Releases: floodfx/liveviewjs
Releases · floodfx/liveviewjs
0.0.11
0.0.10
- 91097c3 Merge pull request #44 from floodfx/pubsub
- 6aa4f6f use jest timers for failing test
- b2ba0f9 Merge pull request #43 from floodfx/pubsub
- aa47593 make types more precise
- 04be890 make types more precise
- b482ec3 bump version to 0.0.10
- 907c0f4 improve component manager tests
- ee1c26e bit of cleanup
- a340cd5 rename socketId to joinId
- 02cfecb detect socket close and send phx_leave to component manager
- 22b1cab cleaned up ComponentManager
- 12220ed add PubSub for Redis and SingleProcess; refactor ComponentManager, BaseLiveViewComponent, and MessageRouter to use PubSub; refactor examples based on PubSub and PushPatch api change
- a4b0eb8 more progress on pubsub
- 1e6fed7 simplified / refactored
- 53117a8 single process working
0.0.9
0.0.8
- 4645e8a Merge pull request #41 from floodfx/middleware
- eeed380 bump version to 0.0.8
- 83e70c7 add docs for server options
- ffab1d5 add support for middleware in express; revert coverage but add html output to .gitignore; add test for live title helper
- 0383063 remove lcov html reports; only save clover.xml and coverage-final.json; fixes #40
0.0.7
- 9e07d22 Merge pull request #39 from floodfx/express_route_next
- 609f5ff bump version to 0.0.7
- 80202a8 updated docs / added routing docs
- 2e7324f do not return 404 if liveview route not found, instead call next() to allow for downstream routes to complete the request
- 1d8a20d update link to public course page for pragmatic studio
- a502e1f add asyncfetch to example route details
0.0.6
- eae11ba Merge pull request #37 from floodfx/page_title
- 58305f5 bump version to 0.0.6
- c98df77 add option to ; update examples to use them; add documentation
- d66a4e0 remove pageTitle update from mount. handleParams makes it redundant
- 06feefe add live_page_title helper tag; socket pageTitle updates; add 't' to Parts; add tests; overall fixes #16
0.0.5
0.0.4
0.0.3
0.0.2
- ce845ce add support for hook event
- 085b335 bug fixes from building todomvc app
- 869264c do not export html as default from template module; fix imports everywhere; actually use root template in liveview server
- 3ab968f Merge pull request #29 from floodfx/readme_0.0.2
- f66a1ad update readme
- 140e5a8 updated readme, added docs directory and changeset.md
- 61722b9 component manager tests
- 6c99b3d tests for message router
- 631662c live title tag tests
- a8ad86f options_for_select with array of selected
- 47a3a3a live patch tests
- c23bc41 input tests, add safe method back to HtmlSafeString, create factory method for generic changesets
- ade95f7 options for select tests
- be177f6 form_for and submit helper tests
- f82c29e base component tests
- 9ca7114 moved some things around for better testing organization
- 92de01b live_view_server tests
- 78cf0e5 break out message utils from types and add tests
- d8f810e remove erlang
- b33d067 remove erlang files - no longer needed
- d2bf697 improve volunteers test coverage
- eb24c36 test all autocomplete data
- 689ca2b add .skip to erlang decode tests
- bccbdc5 Merge branch 'auto_release'
- e869ed9 add dash in front of uses
- 7fb4002 merging auto_release to head
- 1262227 also publish to npm