Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

26 lines (15 loc) · 1.5 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2020-08-30)

Features

  • 🎸 add enum for lifecycle hooks (0cd644c)
  • 🎸 add interface for lifecycle hook configurations (ea9ea98)
  • 🎸 add lifecycle hooks configurations (377b08c)
  • 🎸 expose Hook enum and ReactiveHook decorator (1de922b)
  • 🎸 implement reactive hook decorator (6b453cf)
  • 🎸 use ReactiveHook in demo app for testing (2e45628)

Bug Fixes

  • 🐛 use regular function for AOT support (5f9be0c)

Tests

  • 💍 add empty test for ReactiveHook decorator (23ce831)
  • 💍 add unit tests for internals functions (de7bcf2)