File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
23All notable changes to this project will be documented in this file.
34
45The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
56and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
67
78## [ 1.1.0] - 2021-12-25
9+
810### Fixed
9- - Outdated project template.
10- - Inconsistent extra lines when error occurs.
11+
12+ - Fix outdated project template.
13+ - Fix inconsistent extra lines when error occurs.
14+ - Back to null safety.
15+
1116### Removed
12- - ` build ` and ` serve ` command. Very hard to maintain & build a global package
17+
18+ - Remove ` build ` and ` serve ` command. Very hard to maintain & build a global package
1319 that uses null-safety itself but contains some unsound-null-safety code.
1420
1521## [ 1.0.2] - 2021-06-14
22+
1623### Fixed
24+
1725- Fix missing ` .gitignore ` file (isn't generated when creating).
26+
1827### Added
28+
1929- Run ` pub get ` after creating a new project.
30+
2031### Removed
21- - Remoed unnecessary models, though this doesn't affect the program at all
32+
33+ - Remove unnecessary models, though this doesn't affect the program at all
2234
2335## [ 1.0.1] - 2021-05-31
36+
2437### Fixed
38+
2539- Duplicate usage message on ` UsageException ` .
2640- Symbols in debug logs can't show on some devices due to the use of illegal characters.
2741
2842## [ 1.0.0] - 2021-05-30
43+
2944### Added
45+
3046- Initial version.
You can’t perform that action at this time.
0 commit comments