Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump mathiasverraes/parsica from 0.4.0 to 0.6.1 #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 7, 2020

Bumps mathiasverraes/parsica from 0.4.0 to 0.6.1.

Release notes

Sourced from mathiasverraes/parsica's releases.

Documentation Fix

  • DOCS The new tutorial page on Dealing with Space was not showing up correctly on the website.

Expressions

  • FEATURE: Expression parser. Using a simple interface, you can define parsers for recursive expression languages with different associativity and operators precedence.

  • FEATURE: Lots of fine grained Psalm type annotations. You should now be able to use Psalm in your own parsers, and get useful warnings if you do something wrong.

  • FEATURE: Parser#thenEof(). Make sure the parser reached the end of the input by appending ->thenEof()

  • IMPROVEMENT: Many error messages are now more clear

  • PERFORMANCE: 10x improvement by generating the error messages lazily. Still a long way before Parsica is performant enough for large scale production usage, but this gives us confidence there's still many low hanging fruits.

  • DOCS: New tutorial about writing expression parsers

  • DOCS: New tutorial about dealing with whitespace

  • DOCS: Added lots of missing API docs

  • DOCS: Improved the tutorial on types

  • DOCS: New examples in tests/Examples for expressions and an quick demo of an Excel formula parser

  • BREAKING: The Fail class no longer does double duty as an exception. Instead, use ParseResult#throw(), which throws a ParserHasFailed exception.

  • BREAKING: Parser#recurse() doesn't return the parser anymore, and instead returns void.

  • BREAKING: Parser#construct(ClassName) is removed in favour of map(fn($v) => new ClassName))

... and lots of minor improvements

Quick documentation fix

There's always something you discover right after you tag a release :-D

Lookahead feature, doc & bug fixes

FEATURE lookahead() combinator DOCS: A large chunk of API documentation was not being rendered FIX: PHPUnit max nesting level was insufficient IMPROVEMENT: reimplemented applicative functors without monads FIX: #10 fail when using applicative functors when the output of the first parser is not a callable

  • various minor cleanup

Integer & float parsers, more aliases, and small improvements

FEATURE: sepBy2 combinator FEATURE: apply function FEATURE: integer parser FEATURE: float parser FEATURE: Parser#and() is an alias for append() FEATURE: Parser#then() is an alias for sequence() DOCS: Misc improvements and additions BREAKING: removed some helper functions from the JSON parser
BREAKING nicer API for ParserAssertions

Commits
  • 6e1f4f1 DOCS Expressions: additions
  • 96a5d31 DOCS Expressions: additions
  • 7861a1e DOCS Expressions
  • 05cb4e1 /docs/testdocs now accepts console|github as output format
  • e934d18 better assertions in docs
  • 6dcaf96 made it easier to do different before files with Uptodocs
  • 94dbd31 DOCS added note about multiple space consumers
  • 8077ee7 .gitignore
  • a36ce43 DOCS dealing with space
  • ccb56d8 index
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant