Skip to content

Commit c9bc8c5

Browse files
committed
Updating Changelog
1 parent 2d3ead1 commit c9bc8c5

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# KeystoneJS Changelog
22

3+
## v0.3.1 / 2015-02-13
4+
5+
* fixed; validation and updating issues with Number, Money, TextArray and NumberArray Fields
6+
* fixed; slightly broken regex for resource redirection, thanks [Nicolas Dutil](https://github.com/nicdutil)
7+
* fixed; the S3File field now surfaces errors correctly, thanks [Harry Moreno](https://github.com/morenoh149)
8+
* changed; `keystone.connect` was broken in 0.3.0, it has been replaced by the `keystone.set('express', ...)` and `keystone.set('mongoose', ...)` options
9+
10+
Also more tests and general cleanup. Thanks especially to [Sebastian McKenzie](https://github.com/sebmck) and [Johnny Estilles](https://github.com/JohnnyEstilles) for their work on this release.
11+
312
## v0.3.0 / 2015-02-06
413

514
This is a major new version of KeystoneJS. The changes are too many to simply enumerate here, however we've done our best to ensure compatibility and feature parity with 0.2.x. If you experience any unexpected issues or behaviours, please let us know by opening a [Github Issue](https://github.com/keystonejs/keystone/issues).
@@ -16,7 +25,7 @@ Express 4 included several breaking changes from Express 3. Keystone simplifies
1625

1726
The Admin UI forms have been rebuilt from the ground up with React.js. This is part of a larger, ongoing effort to move the Admin UI entirely towards a rich, customisable single page web app.
1827

19-
The UI has been cleaned up and improved, and the field types should support the same features and behaviours as in 0.2.x. If any field types or features don't continue to work as expected, please open an [Issue](https://github.com/keystonejs/keystone/issues) so we can fix it!
28+
The UI has been cleaned up and improved, and the field types should support the same features and behaviours as in 0.2.x. If any field types or features don't continue to work as expected, please open a [GitHub Issue](https://github.com/keystonejs/keystone/issues) so we can fix it!
2029

2130

2231
## v0.2.42 / 2015-01-20

0 commit comments

Comments
 (0)