Skip to content

Releases: Masquerade-Circus/valyrian.js

Release 6.0.5

17 Mar 23:02
Compare
Choose a tag to compare

6.0.5 (2022-03-17)

Code Refactoring

  • return to only v exported (28a67da)

Release 6.0.4

12 Mar 23:06
Compare
Choose a tag to compare

6.0.4 (2022-03-12)

Bug Fixes

  • fix v-route directive using router plugin (25b817d)

Release 6.0.3

12 Mar 17:26
Compare
Choose a tag to compare

6.0.3 (2022-03-12)

Build System

  • remove preinstall script (213ca2b)

Release 6.0.2

12 Mar 17:13
Compare
Choose a tag to compare

6.0.2 (2022-03-12)

Miscellaneous Chores

Release 6.0.1

12 Mar 16:46
Compare
Choose a tag to compare

6.0.1 (2022-03-12)

Documentation

Release 6.0.0

12 Mar 14:45
Compare
Choose a tag to compare

6.0.0 (2022-03-12)

⚠ BREAKING CHANGES

  • Global variable 'v' will only have the 'fragment' method and the 'current' object.
    All other methods are functional style methods.

Bug Fixes

Code Refactoring

Styles

  • Fix coding style issues (5a36d1f)

Continuous Integration

  • update actions workflow (7ed57ba)

Build System

Tests

Release 5.0.17

17 Dec 03:11
Compare
Choose a tag to compare

5.0.17 (2021-12-17)

Performance Improvements

  • lib: small performance improvements (8f1ae1e)

Tests

Build System

Release 5.0.16

04 Aug 07:48
Compare
Choose a tag to compare

5.0.16 (2021-08-04)

Bug Fixes

  • dependencies: add pirates dependency (2b32f9c)

Code Refactoring

  • lib, register: use esbuild for register. Implement fragments (b220a8e)
  • register: do not ignore node modules to import (1660021)
  • register: only compile ts and tsx files from node_modules (e1c3f01)

Release 5.0.15

30 Jul 23:00
Compare
Choose a tag to compare

5.0.15 (2021-07-30)

Bug Fixes

  • lib: fix valyrian.js not updating the v- handlers (1a52654)

Release 5.0.14

30 Jul 22:20
Compare
Choose a tag to compare

5.0.14 (2021-07-30)

Bug Fixes

  • lib: fix valyrian adding v- event handlers and direct dom handlers (6a89654)