-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paul M. Jones
committed
May 7, 2018
1 parent
1cfaa85
commit 50c88ea
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
# CHANGELOG | ||
|
||
## 2.0.0-beta1 | ||
|
||
Major break from alpha1 (and the previous 1.x series) in that the generated | ||
class names are significantly renamed. | ||
|
||
In particular, the mapper class no longer has a "Mapper" suffix on it. This | ||
helps it to act as a "base prefix" for IDE completion, which is now greatly | ||
enhanced by the automatic addition of @method docblocks on the generated classes | ||
to indicate type-specific returns. | ||
|
||
If you have generated classes with the alpha1 release, you will need to re- | ||
generate them and change your class references. | ||
|
||
## 2.0.0-alpha1 | ||
|
||
First alpha release. |