Releases: veliovgroup/Meteor-flow-router-title
Releases · veliovgroup/Meteor-flow-router-title
v3.3.0
☄️ Packosphere @3.3.0
Major Changes:
- 👨💻 Refactor: codebase
- 👨🔬 Refactor: tests
- 🤝 Compatibility with
[email protected]
and[email protected]
- 🤝 Compatibility with
ostrio:[email protected]
Full Changelog:
v3.2.2
This is maintenance release
- 🤝 Compatibility with
[email protected]
Dependencies:
- 📦
ostrio:[email protected]
, wasv3.7.4
v3.2.1
- 👷 Maintenance release;
- 📦 Update
ostrio:flow-router-extra
dependency tov3.7.4
; - 📦 Internal meteor package dependencies update;
- 🤝 Compatibility with
[email protected].*
; - 👨💻 Overall codebase enhancements;
- 👨🔬 Test-suite minor update.
v3.2.0
Minor version bump caused by minor dependencies upgrade.
- 👷♂️ Merge #13, fixing #12, thanks to @afrokick
- 👨🔬 Better test-suite
- 👨💻 Support for
ostrio:[email protected]
(wasostrio:[email protected]
)
v3.1.5
- 👷♂️ Maintenance release
- 📦 Internal Atmosphere dependencies update
- 🤝 Compatibility with
[email protected]
v3.1.4
- 👷♂️ Merge #10, solving title update before the old route is pushed to the browser's history, thanks to @fishsaidno
- 🧪 Update tests and minor codebase enhancement
- 📋 Docs linting and minor update
- 📦 Dependencies update
v3.1.3
- 🗑 Get rid of
underscore
package - 👷♂️ Update auto-tests
- 📦 Update NPM and Atmosphere dependencies
- 🤝 Compatibility with
[email protected]
v3.1.2
- Dependencies update
- Omit
ostrio:flow-router-extra
from direct dependencies - Tests update
v3.1.1
- Dependencies update
- Compatibility with
[email protected]
v3.1.0
- Compatibility with
[email protected]
- Fix #9 , thanks to @nicooprat
- Make sure reactive data sources is supported and will trigger re-computation
- Implement
.set()
(see updated docs) - Docs are updated
- Dependencies update
- More tests, 100% tests coverage, now with reactive data sources
- Overall codebase enhancements