aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
Commit message (Collapse)AuthorAge
* :bookmark: Bump to v4.3.0v4.3.0Hayleigh Thompson2024-06-19
|
* :bookmark: Bump to v4.2.6v4.2.6Hayleigh Thompson2024-06-12
|
* :bookmark: Bump to v4.2.5v4.2.5Hayleigh Thompson2024-06-11
|
* :wrench: Expand compatible gleam_json version range to include ~> 2.0Hayleigh Thompson2024-06-11
|
* :bookmark: Bump to v4.2.4v4.2.4Hayleigh Thompson2024-05-19
|
* :bookmark: Bump to v4.2.3Hayleigh Thompson2024-05-18
|
* :bookmark: Bump to v4.2.2v4.2.2Hayleigh Thompson2024-05-11
|
* :bookmark: Bump to v4.2.1v4.2.1Hayleigh Thompson2024-05-11
|
* :bookmark: Bump to v4.2.0v4.2.0Hayleigh Thompson2024-04-25
|
* :bookmark: Bump to v4.1.8v4.1.8Hayleigh Thompson2024-04-16
|
* 🐛 Fixed a bug with `Map` nodes not turning into document strings ↵Hayleigh Thompson2024-04-16
| | | | | | | correctly. (#107) * :bug: Fixed a bug where stringifying a 'Map' element produced incorrect document strings. * :bookmark: Bump to v4.1.7
* :bookmark: Bump to v4.1.6Hayleigh Thompson2024-04-06
|
* :wrench: Update dependencies.Hayleigh Thompson2024-04-06
|
* 🔀 Write a guide on server-side rendering. (#103)Hayleigh Thompson2024-04-05
| | | | | | | | | | | | | | | * :memo: Fix typos in state management guide. * :memo: Begin writing ssr guide. * :memo: Rename discard init arg to '_flags' in all examples. * :memo: Show simple static HTML rendering example. * :memo: Expand hydration section. * :memo: Finish ssr guide. * :wrench: Add ssr guide to built docs pages.
* :bookmark: Bump to v4.1.5v4.1.5Hayleigh Thompson2024-04-04
|
* :bookmark: Bump version to v4.1.4v4.1.4Hayleigh Thompson2024-04-01
|
* :bookmark: Bump to v4.1.3v4.1.3Hayleigh Thompson2024-04-01
|
* :bookmark: Bump to v4.1.2v4.1.2Hayleigh Thompson2024-03-31
|
* :bookmark: Bump to v4.1.1v4.1.1Hayleigh Thompson2024-03-31
|
* :bookmark: Bump to v4.1.0v4.1.0Hayleigh Thompson2024-03-31
|
* 🔀 Create a guide on using and creating side effects. (#93)Hayleigh Thompson2024-03-31
| | | | | | | | | * :memo: Explain why managed effects are useful. * :memo: Write a short explainer on pure functions. * :memo: Finish side effects guide. * :wrench: Add side effects guide to generated pages.
* :memo: Add a directory page to showcase the examples in the docs.Hayleigh Thompson2024-03-27
|
* :bookmark: Bump to v4.0.0Hayleigh Thompson2024-03-26
|
* :memo: Update description on hex.Hayleigh Thompson2024-03-26
|
* :wrench: Update dependencies.Hayleigh Thompson2024-03-26
|
* :truck: Move cli code to lustre-labs/dev-tools.Hayleigh Thompson2024-03-22
|
* :wrench: Include CLI reference page.Hayleigh Thompson2024-03-14
|
* :bug: Fixed bug with shellout spawning zombie processes.Hayleigh Thompson2024-03-12
|
* 🔀 Use `package-interface` package (#49)Giacomo Cavalieri2024-02-29
|
* :wrench: Allow gleam 0.34 users to use the rc.Hayleigh Thompson2024-02-29
|
* :bookmark: Bump to v4.0.0-rc.2v4.0.0-rc.2Hayleigh Thompson2024-02-29
|
* :wrench: Ensure deps are up to date.Hayleigh Thompson2024-02-29
|
* :memo Move docs bages into pages/ dir.Hayleigh Thompson2024-02-26
|
* :wrench: Change gleam version requirement to v1.Hayleigh Thompson2024-02-23
|
* :bookmark: Bump to v4.0.0-rc1Hayleigh Thompson2024-02-23
|
* :memo: Docs for the docs gods!Hayleigh Thompson2024-02-23
|
* 🚧 Better CLI error reporting! (#46)Giacomo Cavalieri2024-02-21
| | | | | * :construction: Wip * 🚧 Add error messages and fix step implementation
* :wrench: Add external pages to generated docs.Hayleigh Thompson2024-02-21
|
* :heavy_plus_sign: Upgrade glint to v0.16.0-rc1Hayleigh Thompson2024-02-19
|
* :recycle: Big refactor of CLI-related things.Hayleigh Thompson2024-02-18
|
* :construction: Fix some merge problems.Hayleigh Thompson2024-02-15
|
* 🚧 Begin working on CLI things. (#45)Hayleigh Thompson2024-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * :recycle: Rename http ffi to lustre_try_ffi. * :wrench: Add any files under lustre/cli as internal modules. * :recyle: Move lustre/try command into cli subdirectory. * :heavy_plus_sign: Add justin, simplifile, and tom as dependencies. * :sparkles: Write a 'lustre add' command for downloading esbuild. * :construction: Begin work on a 'lustre build' command for bundling apps and components. * :sparkles: Add 'main' function as CLI entrypoint to lustre. * :bug: Fix `no-styles` flag's name * :bug: Use consistent path for error reporting in lustre add * :construction: Project module * :truck: Move esbuild functions to their own module * :construction: Use a temporary file to bundle components * :construction: Build app and update to glint rc * :heavy_plus_sign: Add filepath dependency * :bug: Fix wrong paths in esbuild code --------- Co-authored-by: Giacomo Cavalieri <giacomo.cavalieri@icloud.com>
* :truck: Move runtime module into internals/.Hayleigh Thompson2024-01-27
|
* :heavy_plus_sign: Add birdie and gleeunit as dev dependencies.Hayleigh Thompson2024-01-27
|
* ✨ Add universal components that can run on the server (#39)Hayleigh Thompson2024-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * :heavy_plus_sign: Add gleam_erlang gleam_otp and gleam_json dependencies. * :sparkles: Add json encoders for elememnts and attributes. * :sparkles: Add the ability to perform an effect with a custom dispatch function. * :construction: Experiment with a server-side component runtime. * :construction: Expose special server click events. * :construction: Experiment with a server-side component runtime. * :construction: Experiment with a server-side component runtime. * :construction: Experiment with a server-side component runtime. * :construction: Create a basic server component client bundle. * :construction: Create a basic server component demo. * :bug: Fixed a bug where the runtime stopped performing patches. * :refactor: Roll back introduction of shadow dom. * :recycle: Refactor to Custom Element-based approach to encapsulating server components. * :truck: Move some things around. * :sparkles: Add a minified version of the server component runtime. * :wrench: Add lustre/server/* to internal modules. * :recycle: on_attribute_change and on_client_event handlers are now functions not dicts. * :recycle: Refactor server component event handling to no longer need explicit tags. * :fire: Remove unnecessary attempt to stringify events. * :memo: Start documeint lustre/server functions. * :construction: Experiment with a js implementation of the server component backend runtime. * :recycle: Experiment with an API that makes heavier use of conditional complilation. * :recycle: Big refactor to unify server components, client components, and client apps. * :bug: Fixed some bugs with client runtimes. * :recycle: Update examples to new lustre api/ * :truck: Move server demo into examples/ folder/ * :wrench: Add lustre/runtime to internal modules. * :construction: Experiment with a diffing implementation. * :wrench: Hide internal modules from docs. * :heavy_plus_sign: Update deps to latest versions. * :recycle: Move diffing and vdom code into separate internal modules. * :sparkles: Bring server components to feature parity with client components. * :recycle: Update server component demo. * :bug: Fix bug where attribute changes weren't properly broadcast. * :fire: Remove unused 'Patch' type. * :recycle: Stub out empty js implementations so we can build for js. * :memo: Docs for the docs gods. * :recycle: Rename lustre.server_component to lustre.component.
* :bookmark: Bump to v3.1.3v3.1.3Hayleigh Thompson2024-01-10
|
* 🔀 Add flags for configuring the server's host and port. (#33)Hayleigh Thompson2024-01-05
| | | | | | | | | * :sparkles: Add the option to include lustre_ui styles from a CDN. * :heavy_plus_sign: Add glint and argv as dependencies. * :sparkles: Use glint for cli args parsing. This adds support for user-configurable host and port, as well as the ability to opt-in to including lustre_ui's stylesheet with the --include-styles flag.
* 🔀 Add logging to `lustre/try` (#30)Giacomo Cavalieri2024-01-04
| | | | | | | * :heavy_plus_sign: Add `gleam_community_ansi` dependency * :sparkles: Add log message when server is started * :sparkles: Add retry policy and logging if port is taken
* :bookmark: Bump to v3.1.2v3.1.2Hayleigh Thompson2023-12-28
|
* :bookmark: Bump to v3.1.1v3.1.1Hayleigh Thompson2023-12-22
|