Skip to content
This repository was archived by the owner on Apr 19, 2022. It is now read-only.

Releases: poppinss/indicative-parser

Removed typed schema and same will be moved to indicative main repo

Choose a tag to compare

@thetutlage thetutlage released this 04 Jan 09:00
  • docs: update api docs 6493832
  • refactor: remove typed schema from the parser b06c7b1
  • chore: update dependencies aa25463

v7.1.4...v8.0.0

Making typed schema return types mutable

Choose a tag to compare

@thetutlage thetutlage released this 25 Dec 18:49

The typed schema props earlier were not mutable, since opaque types required extra readonly __opaque__ property. We have removed it now

  • docs(README): remove @Alpha tag from installation instructions 728d176
  • docs(README): update badges links d1356a9
  • refactor: experimently remove readonly opaque attribute from opaque types b156d00

v7.1.3...v7.1.4

Aliasing t.schema to t.new

Choose a tag to compare

@thetutlage thetutlage released this 25 Dec 10:43
  • feat: alias t.schema to t.new 9acc6e4
  • chore: update dependencies 2f4c5b2

v7.1.2...v7.1.3

Updating API docs and examples

Choose a tag to compare

@thetutlage thetutlage released this 09 Dec 04:29
  • docs: update API docs and example edb6dd8
  • docs(README): add docs on typed schema usages 6d24881

v7.1.1...v7.1.2

Fix for v7.1.0

Choose a tag to compare

@thetutlage thetutlage released this 08 Dec 05:38
  • fix: do not parse pre-parsed schema object 59f6662

v7.1.0...v7.1.1

Support for typed schema

Choose a tag to compare

@thetutlage thetutlage released this 08 Dec 05:08

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

v7.0.3...v7.1.0

Upgrading to eslint

Choose a tag to compare

@thetutlage thetutlage released this 02 Dec 08:37
  • style: add eslint and remove tslint e3bb6e4
  • chore: update dependencies 871099f

v7.0.2...v7.0.3

Fix for indicative#251

Choose a tag to compare

@thetutlage thetutlage released this 02 Sep 05:56

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

v7.0.1...v7.0.2

Making versions match the indicative semver bucket

Choose a tag to compare

@thetutlage thetutlage released this 08 Jul 06:06
v7.0.1

chore(release): 7.0.1

Converting snake case keys to camelCase

Choose a tag to compare

@thetutlage thetutlage released this 07 Jul 15:59

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

  • chore(package): update publish info 7b11f6d
  • feat: add support for snake_case rule names 26acc6d
  • chore(package): update dependencies 1c7bf5d

v1.0.0...v1.0.1