Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Mar 7, 2021
1 parent 0ba2674 commit 0d20d8e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
31 changes: 14 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
## 0.0.1
# [1.0.0](https://github.com/pd4d10/nanoid-dart/compare/v0.1.0...v1.0.0) (2021-03-07)

- Initial version
### Features

## 0.0.2
- matches the latest api ([0ba2674](https://github.com/pd4d10/nanoid-dart/commit/0ba267407babd2af47c3da46772a2e7db7b3d8e8))
- null safety ([#3](https://github.com/pd4d10/nanoid-dart/issues/3)) ([83688e7](https://github.com/pd4d10/nanoid-dart/commit/83688e764bca0defc3512726e982c3e4de45bf27))

- Support customize generator
# [0.1.0](https://github.com/pd4d10/nanoid-dart/compare/v0.0.6...v0.1.0) (2019-03-06)

## 0.0.3
## [0.0.6](https://github.com/pd4d10/nanoid-dart/compare/v0.0.5...v0.0.6) (2018-11-08)

- Add unit tests
### Features

## 0.0.4
- v2.0 async API ([2f3c92f](https://github.com/pd4d10/nanoid-dart/commit/2f3c92fd36161b0d382f97817b41113d6b590142))

- Upgrade pubspec to allow Dart 2 stable
## [0.0.5](https://github.com/pd4d10/nanoid-dart/compare/v0.0.3...v0.0.5) (2018-11-07)

## 0.0.5
### Features

- Update alphabet following nanoid v2
- Add nanoid v2 non secure API
- v2.0 alphabet update ([e5f0925](https://github.com/pd4d10/nanoid-dart/commit/e5f0925a8219bef792cc5de38cd8755c473b5fbf))
- v2.0 non secure API ([bff7e76](https://github.com/pd4d10/nanoid-dart/commit/bff7e76d0e8f4aa72005ef8729158d580526297f))

## 0.0.6
## [0.0.3](https://github.com/pd4d10/nanoid-dart/compare/v0.0.2...v0.0.3) (2018-04-07)

- Add nanoid v2 async API

## 0.1.0

- Maintenance issues and suggestions
## 0.0.2 (2018-04-07)
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nanoid
version: 0.2.0
version: 1.0.0
description: A tiny, secure, URL-friendly, unique string ID generator. Dart implementation of ai/nanoid
homepage: https://github.com/pd4d10/nanoid-dart

Expand Down

0 comments on commit 0d20d8e

Please sign in to comment.