Skip to content

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Nov 29, 2022
1 parent 78459f8 commit 43b923b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 1.4.1 (2022-11-29)

* Improvements
* Support new `:notify` configuration for third-party integration to file change events

## 1.4.0 (2022-10-29)

* Improvements
Expand Down
4 changes: 4 additions & 0 deletions lib/phoenix_live_reload/live_reloader.ex
Expand Up @@ -33,6 +33,10 @@ defmodule Phoenix.LiveReloader do
* `:patterns` - a list of patterns to trigger the live reloading.
This option is required to enable any live reloading.
* `:notify` - a keyword list of topics pointing to a list of patterns.
A mesage of the form `{:phoenix_live_reload, topic, path}` will be
broadcast on the topic whenever file in the list of patterns changes.
* `:debounce` - an integer in milliseconds to wait before sending
live reload events to the browser. Defaults to `0`.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule PhoenixLiveReload.Mixfile do
use Mix.Project

@version "1.4.0"
@version "1.4.1"

def project do
[
Expand Down

0 comments on commit 43b923b

Please sign in to comment.