Skip to content

v1.1.0

Compare
Choose a tag to compare
@morrisallison morrisallison released this 15 Dec 05:31
· 77 commits to master since this release
  • Added EventStation.reset()
    • Resets global configuration without affecting existing stations
    • Resets injected dependencies
  • Added EventStation.make()
    • Shorthand method to create, extend, and initialize an object literal
  • RegEx markers can now be any length
  • Fixed an issue where the global Promise object wouldn't be recognized
  • EventStation.init() now returns the given object
  • EventStation.config() now throws an error when given an empty string as a delimiter
  • Fixed an issue with missing default exports in the UMD modules.
  • The package definition is now standalone
    • It no longer requires a Rx definition
  • Replaced emitter types to accommodate extended objects