Releases: vinejs/compiler
Releases · vinejs/compiler
Trim whitespaces when checking for convertEmptyStringToNull
4.1.3 (2026-02-06)
Bug Fixes
- trim and apply convertEmptyStringToNull check (ba01277)
Full Changelog: v4.1.2...v4.1.3
Update dependencies
4.1.2 (2025-12-11)
Full Changelog: v4.1.1...v4.1.2
Update dependencies
4.1.1 (2025-10-14)
Full Changelog: v4.1.0...v4.1.1
Allow FieldContext to contain arbitrary properties
4.1.0 (2025-04-27)
Features
- allow fieldContext to contain arbritary properties (5d760ca)
Full Changelog: v4.0.0...v4.1.0
Introduce API to specify core data type validator for literal types
Why a major?
The API might potentially break things, therefore to be on the safer side I decided to tag a major.
4.0.0 (2025-04-27)
Features
Full Changelog: v3.0.0...v4.0.0
Add support for running implicit validations on arrays and objects
Features
- add support for running implicit validations on array and objects (1257d44)
Full Changelog: v2.5.1...v3.0.0
Convert field names to valid variables names in compiled output
Bug Fixes
- convert field name to valid variable name before defining it (4965ded)
Full Changelog: v2.5.0...v2.5.1
Get runtime nested path for a field
Alright, so after this release, you will be able to get the nested runtime path of a field using ctx.getFieldPath method. I will explain how this works in the release notes of https://github.com/vinejs/vine package, since that is what consumed in the user-land.
Commits
- refactor: remove memoization from getFieldPath method b939931
- fix: improve memo function truthy check ea53161
- feat: add support for getting field nested runtime path 98f359d
- chore: update dependencies df292ee
Full Changelog: v2.4.1...v2.5.0
Update dependencies
- chore: update dependencies 112bf83
Full Changelog: v2.4.0...v2.4.1
Remove node:inspect import statement
- chore: update dependencies 2c9650e
- refactor: remove node:inspect for a custom method 6466457
- chore: pin typescript version fb0fa1e
What's Changed
- refactor: remove dependency to node:util by @Julien-R44 in #1
New Contributors
- @Julien-R44 made their first contribution in #1
Full Changelog: v2.3.0...v2.4.0