Skip to content

Releases: Masquerade-Circus/valyrian.js

Release 7.2.1

23 Dec 15:32
Compare
Choose a tag to compare

7.2.1 (2022-12-23)

Miscellaneous Chores

  • proxy-signal: add d.ts files for proxy-signal (49963ba)

Release 7.2.0

23 Dec 15:28
Compare
Choose a tag to compare

7.2.0 (2022-12-23)

Features

  • signal: add a solid.js like create signal function (7c4e8e3)

Build System

Release 7.1.2

18 Dec 02:17
Compare
Choose a tag to compare

7.1.2 (2022-12-18)

Bug Fixes

  • router: fix not found home because last slash (1766052)

Code Refactoring

  • router: refactor router path to be the local app path instead of the full url (2e3c3f3)

Release 7.1.1

18 Dec 01:44
Compare
Choose a tag to compare

7.1.1 (2022-12-18)

Code Refactoring

  • router: refactor router (19a51e0)

Release 7.1.0

17 Dec 16:20
Compare
Choose a tag to compare

7.1.0 (2022-12-17)

Features

  • router: add a way to initialize the router with a prefix (84770ef)

Release 7.0.4

17 Dec 13:58
Compare
Choose a tag to compare

7.0.4 (2022-12-17)

Styles

  • add comments to main and improve RouterInterface (4e40a35)

Release 7.0.3

24 Oct 01:20
Compare
Choose a tag to compare

7.0.3 (2022-10-24)

Bug Fixes

  • v-model: fix v-model not updating the value (cc358a1)

Release 7.0.2

22 Oct 21:19
Compare
Choose a tag to compare

7.0.2 (2022-10-22)

Build System

  • update package.json and tsconfig.json (19f8e17)

Release 7.0.1

22 Oct 15:16
Compare
Choose a tag to compare

7.0.1 (2022-10-22)

Bug Fixes

  • declare the interfaces in the main lib (d348a6d)

Release 7.0.0

22 Oct 14:36
Compare
Choose a tag to compare

7.0.0 (2022-10-22)

⚠ BREAKING CHANGES

  • There are no plugins now. All utils use the main exports from the lib. And removed
    the dom lifecycle (its use is very low and can be replaced with other techniques).

Code Refactoring