aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* :bookmark: Bump version to 1.3.01.3.0Hayleigh Thompson2022-09-05
|
* :bug: Fixed a bug where 'toProps' would break on minified builds.Hayleigh Thompson2022-09-05
|
* :pencil: Fix typo: 'require' -> 'required'.Hayleigh Thompson2022-09-05
|
* :bookmark: Bump version to 1.2.01.2.0Hayleigh Thompson2022-07-02
|
* :bug: Fix incorrectly-cased attribute and event names.Hayleigh Thompson2022-07-02
|
* 🔀📝 add a fully-fledged example project (#2)Filip Figiel2022-05-23
| | | | | | | | | | | * docs: add a full-fledged example project * fix: use correct script path * docs: improve example readme commands * chore: ignore the dist folder * chore: cleanup the makefile
* 🔀 Merge pull request #1 from megapctr/patch-1Hayleigh Thompson2022-05-23
|\ | | | | docs: fix the example so that it compiles
| * docs: fix the example so that it compilesFilip Figiel2022-05-23
|/
* :construction: Experiment using monaco editor for the lustre playground.Hayleigh Thompson2022-05-22
|
* :heavy_plus_sign: Add @monaco-editor/react as a dev dependency for the ↵Hayleigh Thompson2022-05-22
| | | | playground.
* :sparkles: Expose function for converting lists of attributes into a props ↵Hayleigh Thompson2022-05-22
| | | | object React will be happy with.
* :bookmark: Bump version to 1.1.0Hayleigh Thompson2022-05-21
|
* :rocket: Deploy docs to GitHub Pages.Hayleigh Thompson2022-05-21
|
* :memo: More docs for the docs god.Hayleigh Thompson2022-05-21
|
* :wrench: Update package description.Hayleigh Thompson2022-05-21
|
* :bookmark: Set package version to 1.0.0Hayleigh Thompson2022-05-21
|
* :page_facing_up: Add MIT license.Hayleigh Thompson2022-05-21
|
* :rocket: Deploy docs to GitHub Pages.Hayleigh Thompson2022-05-21
|
* :memo: Begin writing useful docs.Hayleigh Thompson2022-05-21
|
* :wrench: Add npm command to spin up a http server and rebuild docs on-change.Hayleigh Thompson2022-05-21
|
* :memo: Make it clearer this package is intended for browser targets only.Hayleigh Thompson2022-05-21
|
* :wrench: Add npm script for building docs and putting them in the right place.Hayleigh Thompson2022-05-21
|
* :rocket: Deploy docs to GitHub Pages./mybackend -o test.s test.clHayleigh Thompson2022-05-21
|
* :sparkles: Update counter example to show off fancy Cmds and dispatch features.Hayleigh Thompson2022-05-21
|
* :sparkles: Add a 'Cmd' abstraction for performing side effects and bringing ↵Hayleigh Thompson2022-05-21
| | | | dispatching actions based on their result.
* :sparkles: Add twind to the examples for nicer styling.Hayleigh Thompson2022-05-20
|
* :truck: Move examples around to support multiple apps at once.Hayleigh Thompson2022-05-14
|
* :sparkles: Add many common events.Hayleigh Thompson2022-05-14
|
* :sparkles: Add many common attribute functions.Hayleigh Thompson2022-05-14
|
* :memo: Update README to include a short example.Hayleigh Thompson2022-05-14
|
* :memo: Update README.Hayleigh Thompson2022-05-14
|
* :wrench: Update scripts to run from test/example/ dir instead.Hayleigh Thompson2022-05-14
|
* :sparkles: Create a simple counter example.Hayleigh Thompson2022-05-14
|
* :sparkles: Create a special-case 'style' attribute because React is awkward.Hayleigh Thompson2022-05-14
|
* :sparkles: Add 'dispatch' helper to replace writing lambdas for event callbacks.Hayleigh Thompson2022-05-14
|
* :bug: Fixed bug where FFI module was overwriting gleam module of the same name.Hayleigh Thompson2022-05-14
|
* :see_no_evil: A parcel 'dist' dir to gitignore.Hayleigh Thompson2022-05-14
|
* :truck: Move FFI code to project root.Hayleigh Thompson2022-05-14
|
* :recycle: Explicitly pass 'dispatch' callback to event handlers.Hayleigh Thompson2022-05-14
|
* :pencil: Rename 'html' to 'node'.Hayleigh Thompson2022-05-14
|
* :memo: Write some doc comments.Hayleigh Thompson2022-05-14
|
* :sparkles: Add support for components with encapsulated state.Hayleigh Thompson2022-03-21
|
* :construction: Morphdom is dead, long live React.Hayleigh Thompson2022-03-20
|
* :construction: Begin experimenting with html/dom api.Andy Thompson2022-02-11
|
* :tada: Init repo.Andy Thompson2022-02-11