Skip to content

Releases: Syuparn/Pangaea

v0.13.0

30 Dec 03:45
c019113
Compare
Choose a tag to compare

v0.13.0 - 2023-12-30

Docs

  • add iter error

Props

  • add Kernel#read

v0.12.1

22 Nov 00:22
6ef8d6e
Compare
Choose a tag to compare

v0.12.1 - 2023-11-22

  • afb584c: ci: replace wapm with artifact

v0.12.0

21 Nov 23:49
a202dd1
Compare
Choose a tag to compare

v0.12.0 - 2023-11-22

  • e41ee95: ci: fix wapm.toml
  • a79653a: ci: replace goreleaser deprecated settings
  • cec92ed: ci: fix wapm settings
  • 830743c: ci: add wapm action

v0.11.0

13 Jun 03:29
44085e8
Compare
Choose a tag to compare

v0.11.0 - 2023-06-13

Example

  • add http server

Native

  • add server
  • add http module

Parser

  • add filename to stacktrace

Props

  • add path params to server
  • add server
  • add http module
  • 8966977: test: move http test to manual test
  • eb903ec: meta: update generated files
  • 6094579: example: add http server
  • 286b701: props: add path params to server
  • cfe5c37: native: add server
  • 9f59ed3: props: add server
  • be394a3: native: add http module
  • 4987d72: di: enable to define native modules
  • 88d6677: props: add http module
  • 7b98ed7: di: add standard module
  • dd5ae23: di: add Kernel#invite!
  • b5353e2: di: enable relative import
  • 49f3992: di: add Kernel#import
  • 739557f: parser: add filename to stacktrace
  • 444e256: meta: update go to 1.20

v0.10.0

27 Mar 22:36
0459d91
Compare
Choose a tag to compare

v0.10.0 - 2023-03-08

Docs

  • add jargon file description

Native

  • add Iterable#first
  • add Obj#print
  • fix Str#call error message
  • dc88f98: di: fix Str#evalEnv to handle built-in objests
  • 8795c06: chore: fix typo
  • 6145597: native: add Iterable#first
  • 2f03e51: native: add Obj#print
  • 778a48e: native: fix Str#call error message
  • 052a385: docs: add jargon file description

v0.9.6

13 Dec 22:59
e79fc6b
Compare
Choose a tag to compare

v0.9.6 - 2022-12-14

Native

  • impl Arr#T

v0.9.5

16 Oct 03:57
8a2ca35
Compare
Choose a tag to compare

v0.9.5 - 2022-10-16

  • 50aeba4: ci: fix archives in goreleaser
  • d7377ad: ci: fix archives in goreleaser
  • b587044: ci: bundle credits to archives

v0.9.4

16 Oct 01:32
fa13e04
Compare
Choose a tag to compare

v0.9.4 - 2022-10-16

v0.9.3

15 Oct 10:48
1c85882
Compare
Choose a tag to compare

v0.9.3 - 2022-10-15

  • 2faf95f: ci: bundle dependent modules' lisences to the binary
  • 1aa88d1: ci: add credits of dependent modules

v0.9.2

30 Sep 23:32
6d849d7
Compare
Choose a tag to compare

v0.9.2 - 2022-10-01

Native

  • impl Num#+%

Parser

  • show error message if panic occurred before lexing
  • f560d59: native: impl Num#+%
  • 371602a: parser: show error message if panic occurred before lexing