Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 4.41 KB

CHANGELOG.md

File metadata and controls

74 lines (44 loc) · 4.41 KB

Master changes

  • Fix #32 - setDefaultPersistent with an object doesn't persist data (Reported by rslonik
  • 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)
  • 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-patching Meteor.logout PR #33 by RobertLowe
  • Permit namespacing and instantiation of custom PersistentSessions PR #33 by RobertLowe
  • Add support for ReactiveDict's all and equals 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
  • Add dependance on ejson package, fixes #22 PR #23 by djhi
  • Fix issue with trying to evaluate unparsed EJSON value
  • 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