You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
webperl-for/Changes.md

986 B

WebPerl Changelog

not yet released: v0.09-beta

  • Added Perl.exitStatus
  • Updated regex_tester.html
  • Added modules Future, Digest::MD5, and Digest::SHA

2018-09-04: v0.07-beta

  • Updated regex_tester.html (improvements and bugfixes)
  • Added WebPerl::JSObject::jscode()

2018-09-02: v0.05-beta

  • Added Perl.addStateChangeListener and deprecated Perl.stateChanged
  • Added WebPerl::js_new()
  • Added regex_tester.html
  • Added Perl.noMountIdbfs
  • A few other minor fixes and updates

2018-08-14: v0.03-beta

  • Fixed an issue with WebPerl::JSObject::toperl() where JS objects were not being converted properly.
  • Added AJAX demo
  • Added WebPerl autoloading for script tags
  • Various small changes, bugfixes and enhancements (mostly not user-visible)
  • Added runtests.html and experiments dir

2018-08-12: v0.01-beta

  • First public release