summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/json3/CHANGELOG.md
diff options
context:
space:
mode:
authortalasila <talasila@research.att.com>2017-02-07 15:03:57 -0500
committertalasila <talasila@research.att.com>2017-02-07 15:05:15 -0500
commit4ad39a5c96dd99acf819ce189b13fec946d7506b (patch)
treea1449286441947cc3d07a45227fa0d6f978e1a7d /ecomp-portal-FE/client/bower_components/json3/CHANGELOG.md
parent5500448cbd1f374d0ac743ee2fd636fe2d3c0027 (diff)
Initial OpenECOMP Portal commit
Change-Id: I804b80e0830c092e307da1599bd9fbb5c3e2da77 Signed-off-by: talasila <talasila@research.att.com>
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/json3/CHANGELOG.md')
-rw-r--r--ecomp-portal-FE/client/bower_components/json3/CHANGELOG.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/ecomp-portal-FE/client/bower_components/json3/CHANGELOG.md b/ecomp-portal-FE/client/bower_components/json3/CHANGELOG.md
new file mode 100644
index 00000000..e93fa399
--- /dev/null
+++ b/ecomp-portal-FE/client/bower_components/json3/CHANGELOG.md
@@ -0,0 +1,44 @@
+# JSON3 Changelog
+
+## 3.1.0
+
+ * Switched to `bestiejs` organisation
+ * Added support for a list of properties as the `filter` argument for `JSON.stringify`
+ * Fixed Firefox 4 and 4.0.1 allowing non-standard extensions to `JSON.parse`
+
+## 3.0.0
+
+ * Renamed `JSON3` to `JSON`
+ * Removed `JSON3.Version`
+ * Added minified version of library
+ * Created a [GitHub Project Page](http://bestiejs.github.io/json3)
+ * Preserved alphanumeric order when iterating over shadowed properties on objects
+
+## 0.8.5
+
+ * Avoided relying on native functions `Math.abs`, and `isFinite`, and native constructors `String`, `Number`, `Object`, and `Array`
+ * Fixed AMD export logic
+
+## 0.8.0
+
+ * Renamed `Prim` to `JSON3`
+ * Added `JSON3.Version`
+ * Added support for AMD lodaers as the `"json"` module
+ * Added feature tests for native `JSON` implementations
+ * Added string coercion for the `source` argument in `JSON3.parse`
+ * Fixed the date serialization routine in `JSON3.stringify`
+
+## 0.5.0
+
+ * Fixed `Prim.stringify`'s handling of the `width` argument
+ * Added Microsoft's ES5 Conformance Tests to the test suite
+
+## 0.2.0
+
+ * Added `Prim.stringify` for serializing values
+ * Renamed `Prim.Escapes` to `Prim.Unescapes`
+ * Disallowed unescaped tab characters in strings passed to `Prim.parse`
+
+## 0.1.0
+
+ * Initial release of Prim