Skip to content

Releases: meteor-space/base

4.1.4

07 Jan 00:13
Compare
Choose a tag to compare

4.1.3

26 Mar 09:02
Compare
Choose a tag to compare
  • Fixes the BDD test helper on Space.Module and Space.Application to actually accept a second param that can be a existing app instance.

4.1.1

28 Jan 06:06
Compare
Choose a tag to compare
  • Improves the way mixins are applied to classes and ensures that:
    • Sub classes always inherit all mixins applied to parent classes, even when this happens "later on"
    • All sub classes inherit the static mixin properties, even after extending the base class
  • Adds the following helpers are added to Space.Object for convenience:
    • static
      • MyClass.hasSuperClass()
      • MyClass.superClass([key]) - either returns the super class constructor or static property/method
      • MyClass.subClasses() - returns flat array of all sub classes
    • prototype
      • myInstance.hasSuperClass()
      • myInstance.superClass([key]) - same as static version but returns prototype props/methods

4.1.0

26 Jan 10:02
Compare
Choose a tag to compare
  • Adds hasMixin() instance method to Space.Object to check if the class has applied or inherited a specific mixin

4.0.2

26 Jan 10:02
Compare
Choose a tag to compare
  • Space.Struct were previously not calling their super constructor which caused a bug with the new onConstruction hooks

4.0.1

23 Jan 20:16
Compare
Choose a tag to compare
  • Improves Space.Object.extend() implementations
  • Fixes bug in Space.Error
  • Adds tests for mixin callbacks

4.0.0

22 Jan 18:47
Compare
Choose a tag to compare

Major release with many bugfixes, breaking changes and improvements:
https://github.com/meteor-space/base/blob/master/CHANGELOG.md#400-tada

0.7.0

19 Jan 14:02
Compare
Choose a tag to compare
Merge pull request #49 from meteor-space/feature/add-global-class-reg…

3.2.1

09 Nov 02:44
Compare
Choose a tag to compare
Merge branch 'hotfix/npm-depends'

3.1.1

27 Oct 23:35
Compare
Choose a tag to compare
Merge branch 'release/3.1.1'