Skip to content

v0.2.0 (ES6 Update)

Compare
Choose a tag to compare
@MKHenson MKHenson released this 10 May 14:43
· 796 commits to master since this release

v0.2.0

v0.2.0 Upgrades the code to ES6. See below for a list of affected files:

  • v0.2.0 (Upgrade to ES6) - see 0b49122
  • Added await and async to controllers. See #16 - see 2670395
  • Added serializers to each of the controllers and updated the tests accordingly - see e7ef62c
  • Added new serializer for creating and sending JSON data back from controllers - see 30b2114
  • Upgraded code so that it can compile to ES6 - see 8dda34b
  • Updated config to ES6 and added a helper function file for serialization - see 2c60ec2
  • Updated users definition file - see 81a2a40
  • Fixed bug in page renderer that was caused by an upgrade to node v6. - see 972f776
  • Updated instructions on how to test modepress - see 893859d
  • Moved test folder to within server as its specifically testing the server functions. - see 3107860
  • Git ignore must ignore the generated change log file - see f24c939
  • Small bug fix for date schema item - see a3fad5a