Fixed: - Fix 21 . Now `json.dumps(?, ensure_ascii=False)` can be compiled. - Loading speed is too slow. (23)
Add: - Allow use -v to display mingshe compile and import logs
0.7.0
Add:
- Use .pth to load the import hook automatically (16) - Add compile log - Automatic insert cwd to sys.path and install_meta(".she") when use `mingshe filepath`
Fix:
- Fix package search errors when `__init__.she` not exists.
0.6.0
Add:
- Add `-c` to support run short command - Allow Python code to directly import mingshe code (4) - Support optional chaining (?.) (14)