aboutsummaryrefslogtreecommitdiff
path: root/manifest.toml
Commit message (Collapse)AuthorAge
* :wrench: Update local deps.Hayleigh Thompson2024-05-11
|
* ๐Ÿ”€ Use vitest for runtime/vdom testing. (#124)Jacob Scearcy2024-05-06
| | | | | | | * ๐Ÿงช move tests into test directory, bump birdie to ignore non-gleam files * implement feedback * add comments, update doc
* :heavy_plus_sign: Update examples to work with latest lustre_dev_tools release.Hayleigh Thompson2024-04-16
|
* :wrench: Update dependencies.Hayleigh Thompson2024-04-06
|
* :wrench: Update dependencies.Hayleigh Thompson2024-03-26
|
* :truck: Move cli code to lustre-labs/dev-tools.Hayleigh Thompson2024-03-22
|
* ๐Ÿ”€ Use `package-interface` package (#49)Giacomo Cavalieri2024-02-29
|
* :wrench: Ensure deps are up to date.Hayleigh Thompson2024-02-29
|
* ๐Ÿšง Better CLI error reporting! (#46)Giacomo Cavalieri2024-02-21
| | | | | * :construction: Wip * ๐Ÿšง Add error messages and fix step implementation
* :heavy_plus_sign: Upgrade glint to v0.16.0-rc1Hayleigh Thompson2024-02-19
|
* :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>
* :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.
* ๐Ÿ”€ 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
* :heavy_plus_sign: Upgrade to Gleam v0.33.0Hayleigh Thompson2023-12-22
|
* :recycle: Update to Gleam v0.32 and run gleam fix.v3.0.10Hayleigh Thompson2023-11-04
|
* :heavy_plus_sign: Bump stdlib version to 0.31Hayleigh Thompson2023-10-02
|
* :recycle: So long monorepo.Hayleigh Thompson2023-09-19
|
* :truck: Shift things around to accomodate a monorepo.Hayleigh Thompson2023-08-19
|
* :heavy_plus_sign: Update stdlib to 0.30Hayleigh Thompson2023-07-18
|
* โ™ป๏ธ Replace React with diffhtml (#10)Hayleigh Thompson2023-07-10
| | | | | | | | | | | | | | | * :wrench: Remove react dependency, add vite for running examples. * :heavy_plus_sign: Update stdlib version to 0.29 * :fire: Remove old examples. * :sparkles: Vendor diffhtml and update runtime ffi code to replace react. * :recycle: Refactor all the things now react is gone. * :memo: Remove references to react in the readme. * :sparkles: Create a simple counter example.
* :bookmark: Code for 3.0.0-rc.13.0.0-rc.1Hayleigh Thompson2023-04-27
|
* :heavy_plus_sign: Update stdlib dep to 0.28.Hayleigh Thompson2023-04-05
|
* ๐Ÿ› Avoid a race condition when dispatch is used twice from outside (#8)Kero van Gelder2023-04-05
| | | | | | | | | | | | | | | | | * Upgrade examples to lustre 2.0 * Upgrade to gleam 0.27.0 * Fix: avoid a race condition when dispatch is used twice from outside E.g. websocket open + websocket msg arriving Application returns a Cmd from update(model, msg) but the Effect handler is *not* ran be React 18 before the websocket msg-arriving is handled by the Reducer. Result: The Cmd returned by update(model, msg) is dropped silently. --------- Co-authored-by: Kero van Gelder <kero@chmeee.org>
* :heavy_plus_sign: Upgrade stdlib dependency to 0.26.Hayleigh Thompson2023-02-12
|
* :tada: Init repo.Andy Thompson2022-02-11