- `system.util.beep()` will print "Beep!" when called regardless of platform
Feat
- simplify `beep` code
Refactor
- move `String` alias to `java.util` - define ColType as a type alias - integrate minor changes - rename argument from pageID to pageId - change return type to `unicode`
8.1.12.post3
Feat
- add `String` type
8.1.12.post2
8.1.12.post1
Fix
- install now requires `typing`
8.1.12
BREAKING CHANGE
- * Python versions below or above 2.7.18 are not supported * `system.date` and Java's Date are no longer using `datetime` functions * remove deprecated functions from `system.tag`
Feat
- add type hints on all system functions - improve `date.format` - add symbols to `format` to cover most cases