Skip to content

Release 8.0.0

Compare
Choose a tag to compare
@Masquerade-Circus Masquerade-Circus released this 10 Dec 22:14
· 20 commits to main since this release

8.0.0 (2024-12-10)

⚠ BREAKING CHANGES

  • fluxstore: Change Store module to FluxStore
  • Changed the way v-model works. Now it will pass the model and the key will be
    obtained from the name of the input.

Features

  • pulse store: implement pulse store (7101fee)

Documentation

Styles

Code Refactoring

  • fluxstore: change Store module to FluxStore (c9d8883)
  • native store: refactor native store and add session storage to node environment (13f3b76)
  • refactor (828c9e6)
  • refactor main lib. Add new features (f965280)
  • refactor router, translate and main lib (bb95b37)
  • request: refactor request (5d268c4)
  • router: improve router (de3e14f)
  • router: refactor router (43972b9)
  • translate: refactor translate and add tests (0ec028e)

Build System

Continuous Integration