Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Releases: pulse-framework/pulse

Pulse v3.2.0 — SSR!

07 Sep 08:10
Compare
Choose a tag to compare

See the Pulse website for more details on this release.


  • Added NextJS support for server-side rendering.
  • Added default Group for Collections.
  • Removed Herobrine.

Pulse v3.1.0 — Events!

06 Sep 02:40
24fa262
Compare
Choose a tag to compare

See the Pulse website for more details on this release.


  • Added Events, a clean and simple event system.
  • Added useEvent() React hook.
  • Added typesafety for usePulse() React hook.
  • Added Status tracker class.
  • Added Pulse.with() as an alternate way to init the chosen framework.
  • Added Controller.root() to bind root properties to Controller with typesafety.
  • Added Controller alias for primary Collection groups and selectors.
  • Fixed Controller key assignment for persisted State.
  • Fixed cyclic imports with internal.ts
  • Refactored storage.ts.
  • Added webpack to output single file for dist.
  • More unit tests.
  • More docs!
  • Removed Herobrine.

Pulse v3.0.2

01 Sep 01:58
Compare
Choose a tag to compare

Changelog

  • Fixed: Selectors not updating Computed values properly. (#123, by @itsRems)

Pulse v3.0.0

27 Aug 23:52
35c6976
Compare
Choose a tag to compare

Bug fixes!

18 Jan 10:05
Compare
Choose a tag to compare
  • Fixed bug where computed functions were not tracking dynamic dependencies (getGroup, findById)
  • Fixed Vue integration bug where production builds were completely broken
  • Removed baseURL from auto-persisting in request module
  • Collection.update() can now update its own primary key dynamically
  • Removed Herobrine