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

Releases: poppinss/indicative-compiler

Updating underlying dependencies

Choose a tag to compare

@thetutlage thetutlage released this 25 Dec 18:54
  • chore(package): remove unwanted dependencies 91647eb
  • docs(README): update badges links 144874d
  • chore: update dependencies a254ba4

v7.2.3...v7.2.4

Updating underlying dependencies

Choose a tag to compare

@thetutlage thetutlage released this 25 Dec 10:57
  • chore: update dependencies 00f0436
  • chore: update dependencies c38d88c

v7.2.2...v7.2.3

Exposing parsedSchema from compiler as a public property

Choose a tag to compare

@thetutlage thetutlage released this 11 Dec 05:24
  • refactor: make parsedSchema and messages public 0e9060b
  • chore: update dependencies d313283

v7.2.1...v7.2.2

Improvements to the code

Choose a tag to compare

@thetutlage thetutlage released this 09 Dec 04:58
  • refactor: export ValidationDefinition and SanitizationDefinition with correct spellings 7c6fcc6
  • chore: update dependencies d194548
  • fix: casing of contracts import 801cfc3
  • refactor: remove _ prefix from private properties c1ac9a2

v7.2.0...v7.2.1

Adding support for pre-parsed typed schema

Choose a tag to compare

@thetutlage thetutlage released this 08 Dec 06:02

Check https://github.com/poppinss/indicative-parser/releases/tag/v7.1.0

  • refactor: restructure code by moving all files inside sub-folders ca43197
  • feat: add support for compiling pre-parsed schema 9329d42
  • style: fix linting errors 55e3163
  • chore: update dependencies d1ce1a5

v7.1.0...v7.2.0

Adding support for custom error collector

Choose a tag to compare

@thetutlage thetutlage released this 02 Dec 08:48

The error collector works as a bridge between the validator and the formatter. The collector can transform the messages before giving it to the collector or even choose not to report at all

  • docs: update api docs 1a208f8
  • style: use eslint and remove tslint 5306f6a
  • chore: update dependencies d5daa1f
  • feat(collector): add support for custom error collector 16a492f

v7.0.5...v7.1.0

Processing micro templates for custom messages

Choose a tag to compare

@thetutlage thetutlage released this 22 Oct 07:44
  • fix: parse micro-templates for form proper error messages dba09ff

v7.0.4...v7.0.5

Fixes https://github.com/poppinss/indicative/issues/252

Choose a tag to compare

@thetutlage thetutlage released this 17 Oct 07:39
  • fix: do not pass dotPath to array tip rules ff4541d

v7.0.3...v7.0.4

Updating underlying dependencies

Choose a tag to compare

@thetutlage thetutlage released this 02 Sep 07:52
  • chore(package): update dependencies 865a2e3
  • chore(deps-dev): update cz-conventional-changelog requirement fro… (#10) 1cf79f6
  • Merge branch 'develop' into dependabot/npm_and_yarn/cz-conventional-changelog-tw-3.0.2 4ee72f7
  • chore(deps-dev): update commitizen requirement from ^3.1.1 to ^4.0… (#9) 9fdc340
  • chore(deps-dev): update cz-conventional-changelog requirement 1a7b51a
  • chore(deps-dev): update commitizen requirement from ^3.1.1 to ^4.0.3 def256a

v7.0.2...v7.0.3

Bug fixes for `bail=false`

Choose a tag to compare

@thetutlage thetutlage released this 09 Jul 12:00
  • refactor: set toJSON output to any for ErrorFormatter c053857
  • fix: return error when formatter has error vs relying on passed boolean 746d526
  • chore(package): update dependencies 4410bf0

v7.0.1...v7.0.2