Releases: vinejs/compiler
Releases · vinejs/compiler
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
Generate types using TSC
- docs: update benchmarks d40233d
- docs(README): remove snyk badge dbb0ebc
- chore: update dependencies and generate types using tsc f77f65e
- chore: update dependencies 8464588
Full Changelog: v2.2.0...v2.3.0
Bundling with tsup
Update dependencies
- chore: update dependencies a6ea6be
Full Changelog: v2.1.1...v2.1.2
Update dependencies
- chore: exclude bin directory from c8 45d21e2
- chore: update dependencies 97b6e60
- chore: update dependencies eb4c697
Full Changelog: v2.1.0...v2.1.1