File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.1.5 (2024-08-14)
4
+
5
+ * Fix live reloading.
6
+
7
+ * Add ` :debug_errors ` option.
8
+
9
+ * Document ` PhoenixPlayground.Layout ` .
10
+
11
+ * Add ` examples/demo_router.exs ` .
12
+
3
13
## v0.1.4 (2024-07-18)
4
14
5
15
* Delegate LiveView ` handle_params/3 ` .
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ See more examples below:
62
62
* [ ` examples/demo_controller.exs ` ]
63
63
* [ ` examples/demo_controller_test.exs ` ]
64
64
* [ ` examples/demo_plug.exs ` ]
65
+ * [ ` examples/demo_router.exs ` ]
65
66
* [ ` examples/demo_hooks.exs ` ]
66
67
67
68
## License
@@ -83,4 +84,5 @@ limitations under the License.
83
84
[ `examples/demo_controller.exs` ] : examples/demo_controller.exs
84
85
[ `examples/demo_controller_test.exs` ] : examples/demo_controller_test.exs
85
86
[ `examples/demo_plug.exs` ] : examples/demo_plug.exs
87
+ [ `examples/demo_router.exs` ] : examples/demo_router.exs
86
88
[ `examples/demo_hooks.exs` ] : examples/demo_hooks.exs
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule PhoenixPlayground.MixProject do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/phoenix-playground/phoenix_playground"
5
- @ version "0.1.4 "
5
+ @ version "0.1.5 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments