This repository was archived by the owner on Apr 19, 2022. It is now read-only.
Releases: poppinss/indicative-parser
Releases · poppinss/indicative-parser
Release list
Removed typed schema and same will be moved to indicative main repo
Making typed schema return types mutable
The typed schema props earlier were not mutable, since opaque types required extra readonly __opaque__ property. We have removed it now
Aliasing t.schema to t.new
Updating API docs and examples
Fix for v7.1.0
- fix: do not parse pre-parsed schema object 59f6662
Support for typed schema
Finally, one can define a schema that returns the type information along with the parsed rules. This is going to be a game changer.
- feat: add support for declarative schema with full type support d95456b
Upgrading to eslint
Fix for indicative#251
This release updates the underlying dependencies and pushes a fix for poppinss/indicative#251
- chore(package): update dependencies 2121de7
- fix(messages): append new messages vs overriding them in every iteration 779b3ab
- chore(deps-dev): update commitizen requirement from ^3.1.1 to ^4.0… (#6) c497685
- Merge branch 'develop' into dependabot/npm_and_yarn/commitizen-tw-4.0.3 4228fd3
- chore(deps-dev): update cz-conventional-changelog requirement from… (#5) dae3e41
- chore(deps-dev): update commitizen requirement from ^3.1.1 to ^4.0.3 53fa9ce
- chore(deps-dev): update cz-conventional-changelog requirement f11bac7
Making versions match the indicative semver bucket
v7.0.1 chore(release): 7.0.1
Converting snake case keys to camelCase
Indicative allows typing rule names in snake case, which means it more readable in certain use cases.
This release will convert user define snake_case rules to camelCase, so that everything works as it is after initial parsing