Releases: ProggerX/lapse-hs
v2.0.2 :: Improvements and colors
- Added "colors" module, so now to use ANSI terminal color you just type '(blue "Hello, world!")'.
- Improved gcode module: now you can define custom machines using '(machine name init_func end_func)'.
- Improved dictionaries: added insert, fixed lookup and evaluation of keys.
- Add '\e' support to strings (ANSI escaping)
Full Changelog: v2.0.1...v2.0.2
v2.0.0 :: Floating point numbers, gcode module, few fixes
MANKIND IS DEAD
BLOOD IS FUEL
HELL IS FULL
V1 WILL COME BACK (but not in lapse)
Full Changelog: v1.6.1...v2.0.0
v1.6.1 :: Refactor
I ran away from the idea of using Lapse as a pure library for Haskell because it's kinda useless.
So, now, with a lot cleaner code, it will be easier to add new features.
Full Changelog: v1.5.0...v1.6.1
v1.4.1 :: POST route
Just added web server POST route
Full Changelog: v1.4.0...v1.4.1
Small fixes (nothing special)
Full Changelog: v1.3.3.7...v1.4.0
v1.3.3.7 :: Add JSON
This tag is so sus because I dreamt about adding JSON and I have finally done this!
Also, some small fixes in web, but you don't have to pay attention
Full Changelog: v1.2.1...v1.3.3.7
v1.2.1 :: Comments and Web base (strings)
I added comments support, web client and server:
- Web client: HTTP GET, HTTP POST (string)
- Web server: GET route, immutable state (global variables WIP), also only strings
- Comments: Any line that starts with '-' is a comment
JSON and bytes support is going to appear in future
Full Changelog: v1.1.1...v1.2.1
v1.1.1 :: Format and style
v1.1.1 :: Format and style
v1.1.0 :: Modules!!!
- Add modules (import function)
- Add GitHub Actions
- Add Nix flake
- Update README
- Rework examples and move them to
exampledirectory - Other fixes
Full Changelog: v1.0.2...v1.1.0
v1.0.2 :: Version number fix
Full Changelog: v1.0.1...v1.0.2