[Release] Increase version to 2.0.0 (#71)
## Breaking## - Removes ES3 Support
This commit is contained in:
Родитель
bfe4b5e2b2
Коммит
7ae4cad59c
12
RELEASES.md
12
RELEASES.md
|
@ -1,5 +1,17 @@
|
|||
# Releases
|
||||
|
||||
## 2.0.0 (Mar 27th, 2023)
|
||||
|
||||
### Breaking Changes from Version 1.x ###
|
||||
|
||||
- Removed ES3 / IE8 support
|
||||
- ES5 `Object.defineProperty()` is required during runtime.
|
||||
|
||||
### Changes
|
||||
|
||||
- Version 2.x development moved to [main branch](https://github.com/microsoft/DynamicProto-JS/tree/main) which is now the default branch, Version 1.x is still maintained from the [master branch](https://github.com/microsoft/DynamicProto-JS/tree/master)
|
||||
- Removed private internal getGlobal() and hasOwnProperty() functions to provide better minification when bundled with other packages that also implement these functions by using [@nevware21/ts-utils](https://github.com/nevware21/ts-utils) as the dependency.
|
||||
|
||||
## 1.1.8 (Feb 27th, 2023)
|
||||
|
||||
- #61 Exclude files from published package
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@microsoft/dynamicproto-js",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
"version": "1.1.8",
|
||||
"version": "2.0.0",
|
||||
"description": "Microsoft Dynamic Proto Utility",
|
||||
"keywords": [
|
||||
"javascript",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@microsoft/dynamicproto-js",
|
||||
"description": "Microsoft Dynamic Proto Utility",
|
||||
"version": "1.1.8",
|
||||
"version": "2.0.0",
|
||||
"keywords": [
|
||||
"javascript",
|
||||
"dynamic prototype",
|
||||
|
|
Загрузка…
Ссылка в новой задаче