line_push/node_modules/@nuxt/devalue/CHANGELOG.md
2022-07-21 03:28:35 +00:00

26 lines
522 B
Markdown

# devalue changelog
## 1.1.0
* Escape lone surrogates ([#13](https://github.com/Rich-Harris/devalue/issues/13))
## 1.0.4
* Smaller output ([#10](https://github.com/Rich-Harris/devalue/pull/10))
## 1.0.3
* Detect POJOs cross-realm ([#7](https://github.com/Rich-Harris/devalue/pull/7))
* Error on symbolic keys ([#7](https://github.com/Rich-Harris/devalue/pull/7))
## 1.0.2
* Fix global name for UMD build
## 1.0.1
* XSS mitigation ([#1](https://github.com/Rich-Harris/devalue/issues/1))
## 1.0.0
* First release