Releases: jonasgeiler/lua-fenster
v1.0.1
What's Changed
- The
window.keys
table will now be initialized with a hard-codedfalse
instead of the current value offenster->keys
. Same end result but less CPU cycles.
Sponsors
Thank you to my first ever GitHub Sponsor, Jakob Kruse (@jakob-kruse)!!! 💖
Do you also want to appear here? Sponsor me!
Full Changelog: v1.0.0...v1.0.1
v1.0.0
I am thrilled to announce the release of version 1.0.0, the first major release of lua-fenster! 🥳
This marks the transition of this library to a stable state. Any API changes in the future will be more or less backward compatible and new features or deprecations will be introduced in a more graceful way.
Have fun! 🎉
What's Changed
- The library is now "stable"
- feat: add rhodonea curve demo by @jakob-kruse in #12
- chore(deps): update actions/checkout action to v4.1.4 by @renovate in #13
New Contributors
- @jakob-kruse made their first contribution in #12
Full Changelog: v0.4.0...v1.0.0
v0.4.0
The one big change in this release is that you cannot use decimal numbers for integer arguments anymore, even in Lua 5.1/5.2. Previously, the decimal numbers where being floored internally in Lua 5.1/5.2, but now they are going to throw an error just like in Lua 5.3/5.4. You should always floor the values yourselves when you call a function that takes an integer argument. If I didn't make this change, it could lead to unexpected behavior and/or make your program not work in some Lua versions, even if it works with the version you're currently using.
What's Changed
- Add Game of Life Demo by @pauladam94 in #7
New Contributors
- @pauladam94 made their first contribution in #7
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Major refactor (and hopefully fixes #5).
Many breaking changes!
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Many optimizations and improvements on the way to v1.0.0... 🤓
Full Changelog: v0.0.1...v0.1.0
v0.0.1
First (pre-)release 🎉 Still very experimental but the first demos are working!
What's Changed
- chore(libs): update libraries by @github-actions in #1
- chore(deps): pin dependencies by @renovate in #3
- chore(deps): update softprops/action-gh-release action to v2 by @renovate in #4
New Contributors
Full Changelog: https://github.com/jonasgeiler/lua-fenster/commits/v0.0.1