Skip to content

Releases: Masquerade-Circus/valyrian.js

Release 6.0.8

19 Apr 11:49
Compare
Choose a tag to compare

6.0.8 (2022-04-19)

Code Refactoring

  • refactor build system, hooks and router plugins (02b9597)

Release 6.0.7

18 Mar 02:34
Compare
Choose a tag to compare

6.0.7 (2022-03-18)

Bug Fixes

  • v-model: fix v-model directive not working (3a8e780)

Release 6.0.6

17 Mar 23:17
Compare
Choose a tag to compare

6.0.6 (2022-03-17)

Bug Fixes

  • router: fix pushState error (9cee5a9)

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