# Change Log ## 1.0.0 (2016-03-05) - [x] ThreadSafe unique id generator - [x] Green pluggable, without external storage like redis or mysql - [x] Suitable for distributed systems - [x] Implement Twitter SnowFlake theory ## 1.0.1 (2016-03-06) - [x] ADD HTTP Server With Gin - [x] Change Package Name from snowflake to goSnowFlake ## 1.0.2 (2016-03-08) - [x] Fix [issue](https://github.com/zheng-ji/goSnowFlake/issues/1) ## 1.1.0 (2016-09-29) - [x] Merge Pull Request,Fix algorithm bug and add ParseId