Skip to content

Releases: vinejs/compiler

Get runtime nested path for a field

28 Mar 09:16
Compare
Choose a tag to compare

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

11 Mar 07:13
Compare
Choose a tag to compare
  • chore: update dependencies 112bf83

Full Changelog: v2.4.0...v2.4.1

Remove node:inspect import statement

04 Jan 10:15
Compare
Choose a tag to compare
  • chore: update dependencies 2c9650e
  • refactor: remove node:inspect for a custom method 6466457
  • chore: pin typescript version fb0fa1e

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

Generate types using TSC

20 Nov 05:50
Compare
Choose a tag to compare
  • 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

28 Jul 11:54
Compare
Choose a tag to compare
  • chore: update dependencies d922159
  • chore: remove copy:templates script a492f24
  • chore: use tsup for building 4dbfda7

v2.1.2...v2.2.0

Update dependencies

19 Jul 06:39
Compare
Choose a tag to compare
  • chore: update dependencies a6ea6be

Full Changelog: v2.1.1...v2.1.2

Update dependencies

10 Jul 10:11
Compare
Choose a tag to compare
  • chore: exclude bin directory from c8 45d21e2
  • chore: update dependencies 97b6e60
  • chore: update dependencies eb4c697

Full Changelog: v2.1.0...v2.1.1

Pass parent, meta, and data properties to the parse method

01 Jul 08:06
Compare
Choose a tag to compare
  • docs(README): fix test label bf07b3e
  • feat: pass data,meta and parent values to the parse function eb88875
  • chore: use @adonisjs/tooling presets for tooling config 5ec21e8
  • chore: upgrade to japa v3 f59d2fe
  • chore: update dependencies 6e6bbc9

Full Changelog: v2.0.1...v2.1.0

Rename ctx references

13 Jun 06:11
Compare
Choose a tag to compare
  • refactor: rename all references of ctx with field 2d9b271

Full Changelog: v2.0.0...v2.0.1

Rename fieldName to name on FieldContext

13 Jun 05:54
Compare
Choose a tag to compare
  • test: fix breaking tests e1cc81a
  • refactor: fix breaking build e1de9f0
  • style: update docblock 50bf2c2
  • refactor: rename fieldName to name on FieldContext a5a6e45

Full Changelog: v1.2.2...v2.0.0