File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 1.1.0
2
+
3
+ - feat: press R to reload ([ #814 ] ( https://github.com/VeryGoodOpenSource/dart_frog/pull/814 ) )
4
+ - feat: make daemon command visible ([ #871 ] ( https://github.com/VeryGoodOpenSource/dart_frog/pull/871 ) )
5
+ - fix: port read from env([ #874 ] ( https://github.com/VeryGoodOpenSource/dart_frog/pull/874 ) )
6
+ - chore: add topics ([ #901 ] ( https://github.com/VeryGoodOpenSource/dart_frog/pull/901 ) )
7
+ - chore: add .DS_Store to create_dart_frog gitignore ([ #936 ] ( https://github.com/VeryGoodOpenSource/dart_frog/pull/936 ) )
8
+ - feat: change production brick to support external dependencies in the Dockerfile ([ #926 ] ( https://github.com/VeryGoodOpenSource/dart_frog/pull/926 ) )
9
+ - feat(dart_frog_cli): support lowercase r to reload ([ #900 ] ( https://github.com/VeryGoodOpenSource/dart_frog/pull/900 ) )
10
+ - feat: add route_config domain to daemon ([ #965 ] ( https://github.com/VeryGoodOpenSource/dart_frog/pull/965 ) )
11
+ - chore: bump uuid from 3.0.7 to 4.0.0 ([ #989 ] ( https://github.com/VeryGoodOpenSource/dart_frog/pull/989 ) )
12
+
1
13
# 1.0.0
2
14
3
15
- feat: add uninstall command
Original file line number Diff line number Diff line change 1
1
name : dart_frog_cli
2
2
description : The official command line interface for Dart Frog. Built by Very Good Ventures.
3
- version : 1.0 .0
3
+ version : 1.1 .0
4
4
homepage : https://dartfrog.vgv.dev
5
5
repository : https://github.com/VeryGoodOpenSource/dart_frog
6
6
issue_tracker : https://github.com/VeryGoodOpenSource/dart_frog/issues
@@ -22,10 +22,10 @@ dependencies:
22
22
mason : 0.1.0-dev.50
23
23
meta : ^1.7.0
24
24
path : ^1.8.1
25
- pub_updater : " >=0.2.4 <0.4.0 "
25
+ pub_updater : ^0.3.1
26
26
pubspec_parse : ^1.2.0
27
27
stream_transform : ^2.0.0
28
- uuid : " >=3 .0.7 <5.0.0 "
28
+ uuid : ^4 .0.0
29
29
watcher : ^1.0.1
30
30
31
31
dev_dependencies :
You can’t perform that action at this time.
0 commit comments