Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

56 lines (39 loc) · 1.46 KB

ChangeLog

0.4.0

2016-April-08

  • Update React to version v15.x.x
  • Various minor changes.

0.3.1

2016-March-17

  • Use vanilla FlowRouter

0.3.0

2016-March-17

  • A lot of minor changes.
  • Use Meteor 1.3 RC1.
  • Use FlowRouter SSR (which compatible with Meteor 1.3 RC)

0.2.1

2016-Feb-20

  • Updated to latest version of the spec (0.2.1). There was no changes needed to this app.
  • Update enzyme to 2.0.0 and make the test tooling ready for jsdom.
  • Fix reactivity issues of single post.
  • Import wallaby related issues.
  • Use a form for the new post UI.
  • Add tests for comments.

0.2.0-3

2016-Feb-09

  • Change back to FlowRouter to avoid some issues comes with 1.3-update-8

0.2.0-2

2016-Feb-09

  • Fix issue #43.

0.2.0-1

2016-Feb-03

  • Make test names to reflect new module system.

v0.2.0

2016-Feb-03

  • Changed the app to implement Mantra Specification. 0.2.0
  • Add test-watch support with npm run test-watch
  • Add a comments module.
  • Add some CSS for better look and feel.
  • Add wallaby.js and add WallabyJS support.

v0.1.0

2016-Jan-11