Skip to content

Releases: 8tentaculos/rasti

v1.1.1

13 Oct 21:42
Compare
Choose a tag to compare

Changes

  • Migrated documentation from gitbook to docsify.
  • Minor fix in Model getter.

Chores

  • Added test.
  • Bump modules.

v1.1.0

01 Apr 22:22
Compare
Choose a tag to compare

Changes

  • View.delegateEvents:

    • All listeners are bound to the view.
    • Undelegate first, if there are already delegated events.
    • Return this to enable chained calls.
  • View.undelegateEvents

    • Return this to enable chained calls.

Chores

  • Added test.

v1.0.0

30 Mar 19:52
Compare
Choose a tag to compare

Changes

  • Added preinitialize method to Model and View.
  • Docs: Added CodePen code example.
  • Docs: Improved TODO app example.
  • Bugfix: Support delegated event selectors including spaces.

v0.0.14

09 Nov 00:16
Compare
Choose a tag to compare

Changes

  • Bugfix: Fixed uid generator.
  • Improved uid generator test.

v0.0.9

05 Jan 15:50
Compare
Choose a tag to compare

Changes

  • Moved ensure view's element logic into a separate method.
  • Added test. Check view's unique id.
  • Removed globals from todo-webpack example.

v0.0.8

17 Dec 17:02
Compare
Choose a tag to compare

Changes

  • Bugfix: Fixed model previous attributes.
  • Docs.

v0.0.6

13 Aug 20:57
Compare
Choose a tag to compare

Breaking changes:

  • Removed emitter.emitAsync method.