Master changes
- Fix #32 - setDefaultPersistent with an object doesn't persist data (Reported by rslonik
- Fix #48 - console.log messages (Reported by themeteorchef
- Fix
Session.clear
issues, #42/#44 PR #46 by mhinton - Fix #37 - Values turned into strings (Reported by lorensr)
- Fix #45 - 0.3.5 and 0.4.* are incompatible (Reported by freiit)
- Fix reference error in
PersistentSession.equals
PR #39 by ryepdx - Changed quotes to valid JSON PR #40 by aramk
- Revert 6e4b58d
- Add a weak dependency on
accounts-base
, fixes #9 (Reported by aadamsx and afoda) - Added tests PR #33 by RobertLowe
- Use
Tracker.autorun
to detect logout, rather than monkey-patchingMeteor.logout
PR #33 by RobertLowe - Permit namespacing and instantiation of custom PersistentSessions PR #33 by RobertLowe
- Add support for
ReactiveDict
'sall
andequals
PR #33 by RobertLowe - Do not stringify values (amplify already does), fixes #31 PR #35 by mike182uk
- Don't try to parse values that weren't explicitly set through Session, fixes #24 (Reported by tcastelli)
- Support
Session.set
taking an object parameter PR #25
- Fix issue with trying to evaluate unparsed EJSON value
- Changed
default_method
to "temporary", fixes #15 (pull request #16 by aramk) - Store values as EJSON, fixes #17 (Reported by jamesgibson14)
- Handle case where a persistent value is set to 0 (Reported by IndigoStarfish)
- Fix typos
- Complete Overhaul
- Convert package format to 0.9.0 Unipackage
- Fixed
Session.getDefault
(Reported by valZho) - Fixed
Session.equals
(Reported by manuelpaulo) - Fixed configuration example in README.md
- Initial release