Skip to content

Commit b3bcdfe

Browse files
committed
v0.10.0
1 parent a3306e6 commit b3bcdfe

File tree

8 files changed

+9714
-12
lines changed

8 files changed

+9714
-12
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.10.0 (in development)
1+
# 0.10.0 / 2015-01-04
22

33
## Breaking Changes
44

@@ -53,7 +53,7 @@
5353
JSON. This assumes the structure created by these objects' `toJSON()` methods.
5454
* Added `form.setErrors()` to set an `ErrorObject` with errors from another
5555
source.
56-
* An `ErrorObject` can now be passed as `errors` option when creating a form
56+
* An `ErrorObject` can now be passed as an `errors` option when creating a form
5757
instance, to redisplay a form with errors from another source. This prevents
5858
the form's own validation from running if the form has input `data` and
5959
`isValid()` or `errors()` are called during rendering.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## newforms
22

3-
Copyright (c) 2014, Jonny Buchanan
3+
Copyright (c) 2015, Jonny Buchanan
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ dead-code elimination, such as [UglifyJS](https://github.com/mishoo/UglifyJS2).
3030
Browser bundles expose newforms as a global `forms` variable and expect to
3131
find a global `React` variable to work with.
3232

33-
[newforms 0.9.1 (development version)](https://github.com/insin/newforms/raw/react/dist/newforms-0.9.1.js)
33+
[newforms 0.10.0 (development version)](https://github.com/insin/newforms/raw/react/dist/newforms-0.10.0.js)
3434

3535
Uncompressed, with warnings about potential mistakes.
3636

37-
[newforms 0.9.1 (production version)](https://github.com/insin/newforms/raw/react/dist/newforms-0.9.1.min.js)
37+
[newforms 0.10.0 (production version)](https://github.com/insin/newforms/raw/react/dist/newforms-0.10.0.min.js)
3838

3939
Compressed version for production.
4040

41-
## [Documentation @ ReadTheDocs](http://newforms.readthedocs.org/en/v0.9.0/)
41+
## [Documentation @ ReadTheDocs](http://newforms.readthedocs.org/en/v0.10.0/)
4242

4343
## [Newforms Examples @ GitHub](https://github.com/insin/newforms-examples)
4444

0 commit comments

Comments
 (0)