Skip to content

Releases: vicisjs/vicis

Added experimentally `nullish`. Changed applying function order.

17 Mar 23:14
Compare
Choose a tag to compare

➕ Added experimentally nullish
♻️ Changed applying function order: omit, defaults, nullish, required, defined, cast, transform, replace, rename, pick, exclude

Minor fixes

12 Feb 15:01
Compare
Choose a tag to compare
  • 🐛 Fix key sorting

🚚 Move git repository to another organization

20 Dec 20:43
Compare
Choose a tag to compare

🐛 Fix minor warnings

17 Aug 10:40
Compare
Choose a tag to compare
2.0.1

fix: minor function params warnings and casting types

Rewritten from JavaScript to TypeScript

30 Jun 22:46
b0a15ed
Compare
Choose a tag to compare
  • ♻️ Rewritten from JavaScript to TypeScript

  • ♻️ Rename TYPES_ENUM to CAST_TYPE

  • ⬆️ Dependencies updated

Added `testConfig` and refactored exception handling

03 May 15:05
Compare
Choose a tag to compare

➕ Added static method testConfig

♻️ Refactored exception handling. Vicis.constructor and Vicis.config now throws an AggregateError instead of ValidationError.

Added static methods `from`, `fromArray`, configuration from function

03 Apr 21:14
Compare
Choose a tag to compare
  • Added static methods from and fromArray.
  • Added configuration from function.

Documentation updated

19 Mar 21:01
Compare
Choose a tag to compare
  • Documentation updated
  • Few tests was added
  • Update dependencies

Refactored transformation options

16 Mar 12:44
Compare
Choose a tag to compare
1.3.7

Refactored transformation options

1.3.6

14 Mar 10:35
Compare
Choose a tag to compare
Documentation updated