Skip to content

Releases: dkraczkowski/js.class

2.7.1

28 Apr 06:00

Choose a tag to compare

Fixed bug when static was defined as a method or an object caused to premature end of statics definition

2.7.0

07 Feb 09:05

Choose a tag to compare

Added getClass()

2.6.1

29 Oct 20:04

Choose a tag to compare

Bugfixes:

  • statics

2.6.0

22 Oct 23:24

Choose a tag to compare

Added ES6 syntax thanks to sjs

2.5.3

08 Oct 13:41

Choose a tag to compare

UMD support added, thanks to @homer0

2.5.2

25 Feb 21:58

Choose a tag to compare

Fix issue with set and get with multiple instances of the same Class (Thanks to fastrde)

2.5.1

05 Feb 20:45

Choose a tag to compare

Fixed constructors

2.5.0

17 Dec 09:46

Choose a tag to compare

Added getters/setters

2.4.1

17 Aug 19:04

Choose a tag to compare

  • Added singleton support
  • Fixed bug with missing static methods

2.3.0

14 Aug 09:36

Choose a tag to compare

tests fix