Skip to content

Releases: floodfx/liveviewjs

0.0.11

07 Mar 17:12
8a5808f
Compare
Choose a tag to compare
  • 8a5808f Merge pull request #45 from floodfx/extract_handler
  • 14cd0eb refactor liveview handlers to support nested paths; experiement with live_view_route; test; bump version to 0.0.11
  • 01ad263 update coverage
  • dcf52cb update barrel file
  • d255665 extract route handler to enable support for deeper paths

0.0.10

07 Mar 05:32
91097c3
Compare
Choose a tag to compare
  • 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

28 Feb 23:02
4600f2b
Compare
Choose a tag to compare
  • 4600f2b try latest version of setup-node action
  • ac43a16 fixed session data not being passed on http render; bump to 0.0.9
  • ab40ab8 Create sponsorship button
  • ff8d795 update README to add link to seq diagram
  • 00e6883 mermaid sequence diagram showing basic client/server lifecycle

0.0.8

21 Feb 20:02
4645e8a
Compare
Choose a tag to compare
  • 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

18 Feb 20:04
9e07d22
Compare
Choose a tag to compare
  • 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

16 Feb 05:43
eae11ba
Compare
Choose a tag to compare
  • 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

15 Feb 05:00
5601dcc
Compare
Choose a tag to compare
  • 5601dcc Merge pull request #34 from floodfx/xkcd_async_example
  • c2ff51f bump version to 0.0.5
  • 0dea333 update coverage reports
  • 8946830 little cleanup
  • 038c8f3 make mount, handleParams, handleEvent async; add async example; fixes #33 and fixes #31
  • 69b30d8 clean up docs and errant console.log

0.0.4

14 Feb 16:43
a5145bf
Compare
Choose a tag to compare
  • a5145bf Merge pull request #32 from floodfx/deepdiff
  • 4678ca1 bump version to 0.0.4
  • d146a72 implement rendered parts tree diffing which only returns the parts of the render tree that have changed back to the client
  • 96a3488 add link to todomvc liveviewjs to readme

0.0.3

11 Feb 15:54
Compare
Choose a tag to compare

0.0.2

11 Feb 04:27
Compare
Choose a tag to compare
  • 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