Merge branch 'master' into feature_add-example

This commit is contained in:
debugtalk
2019-12-11 16:16:15 +08:00
committed by GitHub
35 changed files with 1677 additions and 1530 deletions

View File

@@ -1,5 +1,19 @@
# Release History
## 2.4.0 (2019-12-11)
**Added**
- feat: validate with python script, ref #773
**Changed**
- refactor: make loader as submodule, split to check/locate/load/buildup
- refactor: make built_in as submodule, split to comparators and functions
- refactor: adjust code for context and validator
- docs: update cli argument help
- adjust format code, remove unused import
## 2.3.3 (2019-12-04)
**Fixed**