Skip to content

Releases: abersheeran/mingshe

v0.8.2

28 Dec 03:25
Compare
Choose a tag to compare

Change:

  • Optimize optional chaining (#27)

v0.8.1

27 Dec 02:39
Compare
Choose a tag to compare

Fixed:

  • Compile error func(?)(a)

v0.8.0

23 Dec 09:21
Compare
Choose a tag to compare

Add unpack-mapping

v0.7.1

13 Oct 16:11
Compare
Choose a tag to compare

Vendor:

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

v0.7.0

13 Sep 02:21
Compare
Choose a tag to compare

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.

v0.6.0

11 Sep 13:13
Compare
Choose a tag to compare

Add:

  • Add -c to support run short command
  • Allow Python code to directly import mingshe code (#4)
  • Support optional chaining (?.) (#14)

v0.5.1

10 Sep 02:41
Compare
Choose a tag to compare

Change:

  • Allow ?? use in <3.8

v0.5.0

10 Sep 02:23
Compare
Choose a tag to compare

Add:

  • --python:Specify the version of python compiled to.

Optimization:

  • Null value combination operation no longer requires repeated calculations.

v0.4.0

09 Sep 04:55
Compare
Choose a tag to compare

Add ??

v0.3.0

09 Sep 04:52
Compare
Choose a tag to compare

Add Partial