2020-06-07 19:27:30 +02:00
|
|
|
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
2020-06-07 19:29:54 +02:00
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
2020-06-07 19:27:30 +02:00
|
|
|
|
2020-06-11 13:25:57 +02:00
|
|
|
## Next
|
|
|
|
- [fix] [GithubContributors] ordered contributors by contribution count
|
2020-06-11 16:20:36 +02:00
|
|
|
- [refactor] used vue-typecasting for number inputs
|
2020-06-14 00:31:24 +02:00
|
|
|
- [feat] lazy loading tools routes
|
2020-06-14 19:33:29 +02:00
|
|
|
- [feat] added [markdown editor](/#/markdown-editor)
|
2020-06-15 22:06:24 +02:00
|
|
|
- [feat] added [lorem ipsum generator](/#/lorem-ipsum-generator)
|
2020-06-11 13:25:57 +02:00
|
|
|
|
2020-06-11 13:25:16 +02:00
|
|
|
## 1.2.1
|
2020-06-09 07:47:20 +02:00
|
|
|
- [fix] [UuidGenerator] added quantity validation rules
|
2020-06-09 08:02:29 +02:00
|
|
|
- [refactor] better isInt checker
|
2020-06-08 20:03:15 +02:00
|
|
|
|
2020-06-08 19:11:50 +02:00
|
|
|
## 1.2.0
|
|
|
|
- [feat] [UuidGenerator] can generate multiple uuids
|
|
|
|
|
2020-06-08 12:02:02 +02:00
|
|
|
## 1.1.0
|
2020-06-08 00:54:04 +02:00
|
|
|
- [feat] 404 route + page
|
|
|
|
- [feat] changelog in the About page
|
|
|
|
- [feat] contributors list in the About page
|
2020-06-08 11:58:09 +02:00
|
|
|
- [fix] [ColorConverter] color picker now updates fields
|
2020-06-08 00:54:04 +02:00
|
|
|
|
2020-06-07 19:27:30 +02:00
|
|
|
## 1.0.1
|
|
|
|
- [chore] added changelog
|
|
|
|
- [fix] [BaseConverter] prevented non-integer bases
|
|
|
|
- [fix] remove history move (incompatible with vercel.com)
|
|
|
|
|
|
|
|
## 1.0.0
|
2020-06-11 16:20:36 +02:00
|
|
|
- First release
|