Packages

A Lua runtime for Elixir built on Luerl

Retired package: Deprecated - We recommend you use https://github.com/tv-labs/lua instead

Current section

Files

Jump to
lunar CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## [1.0.2](https://github.com/stordco/lunar/compare/v1.0.1...v1.0.2) (2024-02-08)
### Miscellaneous
* Add description ([#11](https://github.com/stordco/lunar/issues/11)) ([44eba46](https://github.com/stordco/lunar/commit/44eba4642b02e40fc1b615d224fff17b357c0325))
## [1.0.1](https://github.com/stordco/lunar/compare/v1.0.0...v1.0.1) (2024-02-07)
### Miscellaneous
* Sync files with stordco/common-config-elixir ([#9](https://github.com/stordco/lunar/issues/9)) ([4c9c41c](https://github.com/stordco/lunar/commit/4c9c41c8be9819f37efd7f021396a4f8ca1f8a44))
## 1.0.0 (2024-02-07)
### Features
* Allow retrieving variables from state ([#5](https://github.com/stordco/lunar/issues/5)) ([f1d3c0a](https://github.com/stordco/lunar/commit/f1d3c0a6b1d2fddd0b052c47761d1b09c56ae6e0))
* Apache 2.0 ([8e97b97](https://github.com/stordco/lunar/commit/8e97b979bbee213f8166b139d2a13f2d5d968b23))
* Collapse Runtime into Luau ([#7](https://github.com/stordco/lunar/issues/7)) ([df2a0d4](https://github.com/stordco/lunar/commit/df2a0d44813892fa2d482d1ae6bad14af22416a4))
* Iterate on APIs ([#6](https://github.com/stordco/lunar/issues/6)) ([470db44](https://github.com/stordco/lunar/commit/470db44f87bd628abe28934b380078bd939e77bc))
* More test coverage ([#8](https://github.com/stordco/lunar/issues/8)) ([ced718b](https://github.com/stordco/lunar/commit/ced718b86019960ceff9f9e2aab34b7b9031e923))
* Rename to Lunar ([#10](https://github.com/stordco/lunar/issues/10)) ([16c2e81](https://github.com/stordco/lunar/commit/16c2e81ddc50dad5727069b2b0c597876b50c4fb))
* Simple runtime and execution ([#1](https://github.com/stordco/lunar/issues/1)) ([1051f5e](https://github.com/stordco/lunar/commit/1051f5eda3938d10056520d32db08505d853dbda))
* Telemetry & clone support ([#12](https://github.com/stordco/lunar/issues/12)) ([78e254e](https://github.com/stordco/lunar/commit/78e254ec4b474e3f9ba4ecabcc345b9132d31fa3))
### Bug Fixes
* Setup release please manifest ([#6](https://github.com/stordco/lunar/issues/6)) ([40328fe](https://github.com/stordco/lunar/commit/40328fe499a97587c384c985def39bb071241c0d))
### Miscellaneous
* Add CI ([#2](https://github.com/stordco/lunar/issues/2)) ([613d833](https://github.com/stordco/lunar/commit/613d83335ed137a1926d0f64672161d7454414ac))
* Add Credo and Dialyzer ([406613c](https://github.com/stordco/lunar/commit/406613cd655820fba26ed9ef4bf1c24a3c620693))
* Add excoveralls ([3e40b70](https://github.com/stordco/lunar/commit/3e40b70bec4ab87c6f03e648d501485c2d8fe9d5))
* Add package details to mix.exs file ([#7](https://github.com/stordco/lunar/issues/7)) ([ca24f39](https://github.com/stordco/lunar/commit/ca24f390872999b68b5dfab4662ddad568c54f99))
* Add release please ([#3](https://github.com/stordco/lunar/issues/3)) ([377d571](https://github.com/stordco/lunar/commit/377d5710221e1f5fff44c200e02ce932e0068924))
* Add release-please config ([#4](https://github.com/stordco/lunar/issues/4)) ([9f5a819](https://github.com/stordco/lunar/commit/9f5a819c0c7b4bf5ad469b0e962f637e549b3cb8))
* Docs ([931b24d](https://github.com/stordco/lunar/commit/931b24d2eb8951db08af0394330a620ee06f6c41))
* Introduce PR template and checklist ([#3](https://github.com/stordco/lunar/issues/3)) ([04b7df2](https://github.com/stordco/lunar/commit/04b7df259e032d09285ec69c01a2858666e1d072))
* README release please changes ([#9](https://github.com/stordco/lunar/issues/9)) ([1f65d08](https://github.com/stordco/lunar/commit/1f65d08be0b5d6ed9d301d2da6a7d2280aa329e9))
* Remove capture_log tag ([d8a9f6f](https://github.com/stordco/lunar/commit/d8a9f6f7e0c1330d58a90abb6865ce7371b1bd2b))
* Setup common config ([d4abfb1](https://github.com/stordco/lunar/commit/d4abfb1ab6784ec4707fa3d2a02504ca375f7c43))
* Sync files with stordco/common-config-elixir ([#1](https://github.com/stordco/lunar/issues/1)) ([13cd484](https://github.com/stordco/lunar/commit/13cd484feb515765b205ed0fd1647c20205d241c))
* Sync files with stordco/common-config-elixir ([#4](https://github.com/stordco/lunar/issues/4)) ([f133880](https://github.com/stordco/lunar/commit/f133880d6c73e376024576304af58b6c3cdd75fc))
* Update mix package license value ([#8](https://github.com/stordco/lunar/issues/8)) ([584d98b](https://github.com/stordco/lunar/commit/584d98bdbeeead3a78f4f3bbd77c6a5e7bee2d93))
* Update wrapped function name ([597e56b](https://github.com/stordco/lunar/commit/597e56b9b0df297279f5e87f92c7564481f5f884))