Skip to content

Commit

Permalink
Version 0.2.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
diarmuidie committed Apr 6, 2015
1 parent 875781c commit e78d40e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,12 @@ Feel free to contribute features, bug fixes or just helpful advice :smile:
Changelog
---------

### Version 0.2 (28 March 2015)
### Version 0.2.1 (6 April 2015)

- NiceID class now implements the NiceIdInterface.
- Throw `InvalidArgumentException` if the `encode`/`decode` method params are not of the correct type.

### Version 0.2.0 (28 March 2015)

_Warning: NiceIds generated with previous versions will not decode correctly in this version._

Expand All @@ -104,7 +109,7 @@ _Warning: NiceIds generated with previous versions will not decode correctly in
- Throw `LengthException` for PHP_MAX_INT overflow.
- Shuffle NiceID in encode function to eliminate consecutive similiar chars.

### Version 0.1 (23 March 2015)
### Version 0.1.0 (23 March 2015)

- Initial release.

Expand All @@ -119,6 +124,8 @@ License

The MIT License (MIT)

Copyright (c) 2015 Diarmuid

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
Expand Down

0 comments on commit e78d40e

Please sign in to comment.