Skip to content

Releases: kephas-software/kephas-js

v0.1.20

28 May 11:52

Choose a tag to compare

  • core

    • Added the composition context service with the lite implementation.
    • Fix the Deferrable definition; Fix the CompositionContext when reading design:paramtypes metadata.
    • Fix: export only own artifacts.
    • Improved the Logger.
  • reflection

    • Fix: export only own artifacts.
  • angular

    • Added WidgetBase.OnDestroy().
  • angular-ace

    • Added implementation to the AceEditor.
  • ui

    • Improved Notification service.

v0.1.5

24 May 16:53

Choose a tag to compare

  • @kephas/core

    • Fixed Serializable.getTypeName/space
    • Added indexer to AbstractType.
    • Added Serializable.get/setTypeNamespace.
    • Added @namespace decorator.
    • Fixed support for abstract classes in services.
    • Added support for debugging tests in core, fixed Logger registration.
    • Added support for app services.
    • Completed the service registration.
  • @kephas/reflection

    • Added @kephas/reflection package.
    • Fixed the reflection and added more information to ITypeInfo.
  • @kephas/angular

    • Added a sketch of @kephas/angular
  • @kephas/ui

    • Added the notification service to the @kephas/ui.
  • all

    • Fixed the UMD webpack output.