Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

52 lines (39 loc) · 1.42 KB

README.md

1.4.0

1.3.0

  • Improved error handling Issue #15
  • Experimental transaction discard Issue #11
  • Minor fixes

1.2.0

  • Received redis errors throws exception. Thanks to @eknoes for pull request.
  • Integers in array get auto converted to strings. Author @eknoes.
  • Improve transaction handling errors. Patch from @eknoes
  • Testing migrated on dart.test. Patch from @eknoes

1.1.0

  • Performance tweaks and simplified code

1.0.0

  • Dart 2.0 support

0.4.5

  • Unicode bugfix -> ra1u#4
  • Update PubSub doc
  • Improve tests

0.4.4

  • bugfix for subscribe -> ra1u#3
  • performance improvement
  • add PubSub class (simpler/shorter/faster? PubSubCommand)
  • doc update and example of EVAL

0.4.3

  • Cas helper
  • Improved unit tests

0.4.2

  • Improved performance by 10%
  • Pubsub interface uses Stream
  • Better test coverage
  • Improved documentation

0.4.1

  • Command raise error if used during transaction.

0.4.0

  • PubSub interface is made simpler but backward incompatible :(
  • README is updated

README.md