Skip to content

Commit 54e2df2

Browse files
committed
3.0.0
* Add globalization strings (Amir Jafarian) * Don't convert arg values returned by http function (Miroslav Bajtoš) * Remove built-in CORS middleware (Miroslav Bajtoš) * Fix API docs for HttpInvocation (Miroslav Bajtoš) * Fix API docs in lib/remote-objects (Miroslav Bajtoš) * Add missing links to 3.0-RELEASE-NOTES (Miroslav Bajtoš) * Detect JSON content-type with parameters (Miroslav Bajtoš) * Add rest-coercion tests for custom object types (Miroslav Bajtoš) * Reject array/date values for object arguments (Miroslav Bajtoš) * Fix rest-coercion of timestamp strings (Miroslav Bajtoš) * Fix Date serialization (Miroslav Bajtoš) * Add rest-coercion tests for zero-prefixed numbers (Miroslav Bajtoš)
1 parent fb2b987 commit 54e2df2

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGES.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
2016-09-22, Version 3.0.0
2+
=========================
3+
4+
* Add globalization strings (Amir Jafarian)
5+
6+
* Don't convert arg values returned by http function (Miroslav Bajtoš)
7+
8+
* Remove built-in CORS middleware (Miroslav Bajtoš)
9+
10+
* Fix API docs for HttpInvocation (Miroslav Bajtoš)
11+
12+
* Fix API docs in lib/remote-objects (Miroslav Bajtoš)
13+
14+
* Add missing links to 3.0-RELEASE-NOTES (Miroslav Bajtoš)
15+
16+
* Detect JSON content-type with parameters (Miroslav Bajtoš)
17+
18+
* Add rest-coercion tests for custom object types (Miroslav Bajtoš)
19+
20+
* Reject array/date values for object arguments (Miroslav Bajtoš)
21+
22+
* Fix rest-coercion of timestamp strings (Miroslav Bajtoš)
23+
24+
* Fix Date serialization (Miroslav Bajtoš)
25+
26+
* Add rest-coercion tests for zero-prefixed numbers (Miroslav Bajtoš)
27+
28+
129
2016-09-09, Version 3.0.0-alpha.6
230
=================================
331

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Remoting",
88
"REST"
99
],
10-
"version": "3.0.0-alpha.6",
10+
"version": "3.0.0",
1111
"publishConfig": {
1212
"tag": "next"
1313
},

0 commit comments

Comments
 (0)