[Release] Increase version to 2.0.0 (#71)

## Breaking##
- Removes ES3 Support
This commit is contained in:
Nev 2023-03-27 10:03:13 -07:00 коммит произвёл GitHub
Родитель bfe4b5e2b2
Коммит 7ae4cad59c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 14 добавлений и 2 удалений

Просмотреть файл

@ -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",