- Updated dependencies [1386ac3]
- @felte/[email protected]
- Updated dependencies [72f5389]
- @felte/[email protected]
- 43e1376: Add "files" field to package.json
- Updated dependencies [32028b1]
- @felte/[email protected]
- d9e7b12: Stop bundling core/common packages to allow for code reusability
- Updated dependencies [aa6483d]
- Updated dependencies [aa6483d]
- @felte/[email protected]
- Updated dependencies [c00d0e1]
- Updated dependencies [c00d0e1]
- @felte/[email protected]
- Updated dependencies [9b492e0]
- @felte/[email protected]
-
b007b7f: BREAKING: instead of extending Felte's config, now validators accept a configuration object directly. This allows for extending Felte with multiple schemas/suites/structs
-
b007b7f: BREAKING: Remove
addWarnValidator
in favour of options toaddValidator
.This gives a smaller and more unified API, as well as opening to add more options in the future.
If you have an extender using
addWarnValidator
, you must update it by callingaddValidator
instead with the following options:addValidator(yourValidationFunction, { level: 'warning' });
-
b007b7f: Pass a new property
stage
to extenders to distinguish between setup, mount and update stages -
b007b7f: Make type of helpers and stores looser when using a transform function
- b007b7f: Change cjs output to have an extension of
.cjs
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- Updated dependencies [b007b7f]
- @felte/[email protected]
- Updated dependencies [7f3d8b8]
- @felte/[email protected]
- 4853b7e: Change cjs output to have an extension of
.cjs
- Updated dependencies [4853b7e]
- @felte/[email protected]
- Updated dependencies [fcbdaed]
- @felte/[email protected]
- Updated dependencies [990034e]
- @felte/[email protected]
- Updated dependencies [a174e87]
- @felte/[email protected]
- Updated dependencies [70cfada]
- @felte/[email protected]
- Updated dependencies [2e7aad3]
- @felte/[email protected]
- Updated dependencies [c8c1511]
- @felte/[email protected]
- Updated dependencies [093482a]
- @felte/[email protected]
- Updated dependencies [dd52c94]
- @felte/[email protected]
- 313aa5d: BREAKING: instead of extending Felte's config, now validators accept a configuration object directly. This allows for extending Felte with multiple schemas/suites/structs
- Updated dependencies [a45d56c]
- @felte/[email protected]
- Updated dependencies [452fe5a]
- Updated dependencies [15d0ce2]
- @felte/[email protected]
-
b7ef442: BREAKING: Remove
addWarnValidator
in favour of options toaddValidator
.This gives a smaller and more unified API, as well as opening to add more options in the future.
If you have an extender using
addWarnValidator
, you must update it by callingaddValidator
instead with the following options:addValidator(yourValidationFunction, { level: 'warning' });
- Updated dependencies [a1dbc28]
- Updated dependencies [ec740a0]
- Updated dependencies [34e0393]
- Updated dependencies [b7ef442]
- Updated dependencies [e1ad8cd]
- @felte/[email protected]
- Updated dependencies [dc1f21a]
- Updated dependencies [eea3afa]
- @felte/[email protected]
- Updated dependencies [38fbb49]
- @felte/[email protected]
- Updated dependencies [c86a82a]
- @felte/[email protected]
- Updated dependencies [e49c094]
- @felte/[email protected]
- Updated dependencies [d1b62bf]
- @felte/[email protected]
- Updated dependencies [e2f4e18]
- @felte/[email protected]
- Updated dependencies [8c29b4a]
- @felte/[email protected]
- Updated dependencies [6f48123]
- @felte/[email protected]
- Updated dependencies [02a77e3]
- @felte/[email protected]
- 9a48a40: Pass a new property
stage
to extenders to distinguish between setup, mount and update stages - 2c0f874: Make type of helpers and stores looser when using a transform function
- Updated dependencies [9a48a40]
- Updated dependencies [0d22bc6]
- Updated dependencies [3d571bb]
- Updated dependencies [c1f32a0]
- Updated dependencies [2c0f874]
- @felte/[email protected]
- 3324788: Add support for warnings
- 6fe19bf: Change build output from umd to cjs, since Felte is not planned to be used as a global import, a umd build is not necessary.
- Updated dependencies [6fe19bf]
- Updated dependencies [6fe19bf]
- Updated dependencies [6fe19bf]
- @felte/[email protected]
- 9e6b799: coerce values before writing to data store if castValues is set.
- 9e6b799: support superstruct coercions
- Updated dependencies [4b637d0]
- Updated dependencies [5d7b58d]
- @felte/[email protected]
- Updated dependencies [e324a45]
- @felte/[email protected]
- Updated dependencies [14b3645]
- @felte/[email protected]
- de71f43: Add
addValidator
utility for extenders - Updated dependencies [a7e7e35]
- Updated dependencies [2d3b213]
- Updated dependencies [de71f43]
- @felte/[email protected]
- 0bce41e: Fix rollup config for validators
- 16ff018: Export ES module as default
- Updated dependencies [16ff018]
- @felte/[email protected]
- Updated dependencies [230e76d]
- @felte/[email protected]
- d362670: Export package.json
- Updated dependencies [3343a02]
- @felte/[email protected]
- f10e84b: Add exports map
- 76fc715: Mark as side-effect free
- 55c1f90: Remove lodash dependency
- Updated dependencies [55c1f90]
- Updated dependencies [99354f1]
- @felte/[email protected]
- 52f9043: Allow
validate
configuration option to be an array of functions
- Updated dependencies [52f9043]
- @felte/[email protected]