Skip to content

Commit 4386e4c

Browse files
committed
Updated Changelog
1 parent baefe5f commit 4386e4c

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
##CHANGE LOG
22

3+
- 0.5.3
4+
- status: Alpha
5+
- Fixed issue with `@talents` applied to a Class. See #19
6+
37
- 0.5.2
48
- status: Alpha
59
- Fixed issue with `@properties` annotation to not override value when subject is an object and it has a property already defined with the same name. See #18.
@@ -32,7 +36,7 @@
3236
- Fixed issue with mix being called from an annotation process.
3337
- Test added.
3438

35-
- 0.4.2
39+
- 0.4.2
3640
- status: Alpha
3741
- Fixed issue with constructor chain parameters.
3842
- Test added for constructor chain parameters.
@@ -55,7 +59,7 @@
5559

5660
- 0.2.0
5761
- status: Alpha
58-
- Added single parameter class/trait definition. If the first parameter is an object literal and it contains a
62+
- Added single parameter class/trait definition. If the first parameter is an object literal and it contains a
5963
constructor definition, or the annotation '@extends', '@traits', '@requires' or '@annotation' it will be treated as
6064
a class definition.
6165
- Tests for single parameter definition.
@@ -77,7 +81,7 @@
7781
- Added new merge strategies: mine (default -same as single), their, deep-mine and deep-their.
7882
- Test for Merge strategies.
7983

80-
- 0.0.3
84+
- 0.0.3
8185
- status: Alpha.
8286
- Annotation, traits, talents, extends, and properties features are stable and tested.
8387
- Adde custom Annotations definitions mechanism thru @annotation.
@@ -90,4 +94,4 @@
9094

9195
- 0.0.1
9296
- status: Alpha.
93-
- First draft version
97+
- First draft version

0 commit comments

Comments
 (0)