Skip to content

Releases: ProggerX/lapse-hs

v2.0.2 :: Improvements and colors

27 Apr 10:07
1f7c9ed

Choose a tag to compare

  1. Added "colors" module, so now to use ANSI terminal color you just type '(blue "Hello, world!")'.
  2. Improved gcode module: now you can define custom machines using '(machine name init_func end_func)'.
  3. Improved dictionaries: added insert, fixed lookup and evaluation of keys.
  4. 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

21 Apr 15:06
6542628

Choose a tag to compare

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

31 Mar 19:19
1028be6

Choose a tag to compare

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

30 Mar 11:13
1c486d1

Choose a tag to compare

Just added web server POST route

Full Changelog: v1.4.0...v1.4.1

Small fixes (nothing special)

25 Mar 16:03
28f10bc

Choose a tag to compare

v1.3.3.7 :: Add JSON

17 Mar 19:13
1d642fa

Choose a tag to compare

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)

16 Mar 14:51
d018e4d

Choose a tag to compare

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

03 Mar 20:49
8e2c175

Choose a tag to compare

v1.1.1 :: Format and style

v1.1.0 :: Modules!!!

03 Mar 15:22
625a1d3

Choose a tag to compare

  • Add modules (import function)
  • Add GitHub Actions
  • Add Nix flake
  • Update README
  • Rework examples and move them to example directory
  • Other fixes

Full Changelog: v1.0.2...v1.1.0

v1.0.2 :: Version number fix

02 Mar 19:49
fa9cc7e

Choose a tag to compare