Skip to content

Releases: voryx/Thruway

0.3.0

19 Jan 20:05
Compare
Choose a tag to compare
  • Lists must be arrays (setter throws exception if not array or null) (possible bc)
  • Dictionaries are now standard objects (cast in the setter) (possible bc)
  • Added module system to extend router
  • Subscription matching schemes added (prefix-match is implemented)
  • "Stateful" subscriptions
  • Some namespaces reorganized
  • A bunch of fixes
  • More automated tests
  • Logging moved to static class (bc)

0.2.3

17 Nov 15:01
Compare
Choose a tag to compare
Removed unnecessary 'new' from set()

0.2.2

10 Nov 21:33
Compare
Choose a tag to compare
Update README.md

0.2.1: Move all logging to a static logger with console logging enabled by d…

09 Nov 22:57
Compare
Choose a tag to compare

0.2.0

01 Oct 20:47
Compare
Choose a tag to compare
Update README.md

0.1.3

11 Sep 03:26
Compare
Choose a tag to compare
Added argsKw to call #17

0.1.2

22 Jul 19:42
Compare
Choose a tag to compare
Merge branch 'master' of github.com:voryx/Thruway