Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/0.4.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Aug 13, 2013
2 parents 02187ca + fd41e05 commit 006429c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Enumeration changelog

### 4.0.0 (2013-08-13)

- **[BC BREAK]** `Multiton` method name changes:
- `multitonInstances` -> `members`
- `instanceByKey` -> `memberByKey`
- `instanceBy` -> `memberBy`
- `instanceByPredicate` -> `memberByPredicate`
- `initializeMultiton` -> `initializeMembers`
- `registerMultiton` -> `registerMember`
- `createUndefinedInstanceException` -> `createUndefinedMemberException`
- **[BC BREAK]** `Enumeration` method name changes:
- `instanceByValue` -> `memberByValue`
- **[BC BREAK]** Renamed classes:
- `UndefinedInstanceException` -> `UndefinedMemberException`
- `UndefinedInstanceExceptionInterface` -> `UndefinedMemberExceptionInterface`
- **[NEW]** Case insensitive options for member search methods
- **[NEW]** Defaulting variants of member search methods
- **[MAINTENANCE]** General repository maintenance

### 3.0.2 (2013-03-04)

- **[NEW]** [Archer] integration
Expand Down

0 comments on commit 006429c

Please sign in to comment.