-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 2.0.0-alpha.1 [skip ci]
# [2.0.0-alpha.1](v1.1.1...v2.0.0-alpha.1) (2021-03-25) ### Code Refactoring * Remove non-alt version ([1625b96](1625b96)) ### Features * Add groupFieldKinds, symbol type, remove void and partial/readonly ([742ce62](742ce62)) * Alternative object format for runtypes ([#9](#9)) ([baaaa02](baaaa02)) * More compact raw source output ([c76338d](c76338d)) * Try alternate writer for for alt_serializer ([6543c99](6543c99)) ### BREAKING CHANGES * This package no longer require `ts-morph` and does not take inn file argument. Please consult our README.md for more information
- Loading branch information
1 parent
a7f657a
commit 313c839
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "generate-runtypes", | ||
"version": "1.1.1", | ||
"version": "2.0.0-alpha.1", | ||
"main": "dist/main.js", | ||
"repository": "[email protected]:cobraz/generate-runtypes", | ||
"license": "Apache-2.0", | ||
|