Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

v0.1.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@novacbn novacbn released this 19 May 01:27

CHANGELOG

  • Added event to util/shared/event
    • Similar to readable / writable, returns an object {dispatch: (value) => void, subscriber: (run, invalidate) => unsubscribe}
    • Use this to create singleton event publishers, when not in context of the Browser's DOM. e.g. Application sub-systems
  • Added noop to util/shared/functional for dummy function placeholders
  • Fixed router not working in hash mode (removed erroneous format_url call)