Release v0.1.2

Major change of frontend code to use es6.
 
 This is facilitated by using webpack/babel.
 
 There is some minor backend code modifications
 to support this, particulalrly in the notes code.
 -----BEGIN PGP SIGNATURE-----
 
 iQELBAATCgCTFiEEhBm1odiEyvSwr4+zGyx2r7FshZsFAliKHptfFIAAAAAALgAo
 aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDg0
 MTlCNUExRDg4NENBRjRCMEFGOEZCMzFCMkM3NkFGQjE2Qzg1OUIVHGpvbm55QGpv
 bm55YmFybmVzLnVrAAoJEBssdq+xbIWbZTMBgNYk9RIDZBfp88hXqaEGaduFXoSd
 SqNFaekCBeIFVXpHtqvsr9QB40vrJALIEG+l+wGAunhYuFmDdL0MKovh+YELkBRC
 ynIeyNjOMpz3KTqiXRxgRMFckpspHbMIXw750tMx
 =GjiL
 -----END PGP SIGNATURE-----

Merge tag 'v0.1.2' into develop

Release v0.1.2

Major change of frontend code to use es6.

This is facilitated by using webpack/babel.

There is some minor backend code modifications
to support this, particulalrly in the notes code.
This commit is contained in:
Jonny Barnes 2017-01-26 16:07:12 +00:00
commit d5f3b19382

View file

@ -1,6 +1,6 @@
# Changelog
## Version {next}
## Version 0.1.2 (2017-01-26)
- Improve syndication flow when working out which targets to use
- Use webpack/babel/es6 (this was a big one, code wise, functionality now basically the same though)