This repository has been archived by the owner on Oct 1, 2022. It is now read-only.
Releases: pulse-framework/pulse
Releases · pulse-framework/pulse
Pulse v3.2.0 — SSR!
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!
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
Pulse v3.0.0
Bug fixes!
- 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