8000 Releases · rdking/ClassicJS · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: rdking/ClassicJS

v1.1.1

25 Jun 20:06
Compare
Choose a tag to compare

New support for async member functions in both Firefox and Safari.
New support for a Proxy-free* "fast" version.

*By "proxy-free", I mean except for during the constructor's execution. Sadly, there's no way to remove that and still be able to properly interfere with instance construction in all cases.

v1.0.6

04 May 20:54
Compare
Choose a tag to compare

Fixed a lot of little bugs with this one. However, the biggest deal is that now, ClassicJS supports async member functions!

v1.0.4

19 Apr 12:38
Compare
Choose a tag to compare

Fixed an issue where static Object methods did not behave appropriately in the constructor.

v1.0.3

18 Apr 19:04
Compare
Choose a tag to compare

It didn't take long to trip over a few things I messed up while fixing bigger issues. This version includes corrections for this.super, base classes, native function calls, and a few other minor issues that got in the way of me using it to create HTML Custom Element classes.

v1.0.1

14 Apr 02:40
Compare
Choose a tag to compare

Finally ready for prime time, I think. If you want to use classes in JS, but want the power of classes in Java, I've finally got you covered. It uses proxies, but you'll almost never see them.

Less foolishness...

02 Dec 03:46
Compare
Choose a tag to compare
Less foolishness... Pre-release
Pre-release

I took out some useless logic that forced writes to always end up on the corresponding ancestor instance. This conflicted with the fact that the initial ancestor always provides the top level instance object. It was part of an idea that I quickly learned was untenable.

I won't be flagging any of these releases as production ready until I finish writing all the test logic I want. However, this is the first release that I would say is safe for experimenting with. It may also be safe for some degree of production code, but don't hold me to that. Feel free to find bugs and flag issues. I'll even accept feature requests starting with this release.

Initial Release

11 Oct 04:58
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

This version is feature complete. However, since I haven't built a complete test suite, I cannot say for certain that it is reasonably bug free. Once I've built a complete test suite, it'll finally be ready for a v1.0.0.

0