Skip to content

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Jun 22, 2016
1 parent 72a6235 commit 8c7105b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
* ! removed compojure as a dependency
Figwheel used compojure in its server to handle routing
this was overkill, it compilcated the routing and added an unneeded dependency.
There is so little functionality that I just created what was needed
with simple ring middleware. If the behavior of your :ring-handler changes
(routes not being resolved, bad headers etc.) please let me know.
For reference here is the commit: https://github.com/bhauman/lein-figwheel/commit/f027b10188ed9d1baa6ec04bbdd14e6a493f68b0
Strange things where happening when `wrap-reload` was being used in an
embedded `:ring-handler`.
There is so little routing functionality in figwheel that I just created
what was needed with simple ring middleware. If the behavior of your
:ring-handler changes (routes not being resolved, bad headers etc.)
please let me know. For reference here is the commit:
https://github.com/bhauman/lein-figwheel/commit/f027b10188ed9d1baa6ec04bbdd14e6a493f68b0
* improved the resiliency of the plugin around bad initial config data
the lein plugin uses config data from the project.clj before its
has been validated, I added some extra safe guards to protect against
Expand Down

0 comments on commit 8c7105b

Please sign in to comment.