Releases: Syuparn/Pangaea
Releases · Syuparn/Pangaea
v0.9.1
v0.9.0
v0.9.0 - 2022-07-09
Docs
- add how to release
- add description for directories
Example
- add factorial
- add <> sample
Native
- format method comments
- add Arr#assign
- add Obj#del
Props
- add Nil#//
- add Nil#/
- add Nil#*
- add Nil#-
- 752477a: docs: add how to release
- 813a179: example: add factorial
- a8184a1: props: add Nil#//
- c42645f: props: add Nil#/
- 2f8c3b5: props: add Nil#*
- 445b4e8: props: add Nil#-
- e151609: runscript: add jargon mode
- 3348bbf: example: add <> sample
- 4ab95b0: native: format method comments
- 93866e2: native: add Arr#assign
- ac49564: native: add Obj#del
- 4d679f7: test: add Obj#patch proto test
- a4dca82: docs: add description for directories
- 2113443: web: update deps in playground
v0.8.0
v0.8.0 - 2022-04-10
Docs
- add reference
- add contribution
Native
- add Iterable#keyBy
- fix Map#digest to handle non-str keys
- enable Str#call to handle non-callable props
- add Iterable#rindex
- add Iterable#index
- add Iterable#indices
Props
- prohibit bool inheritance
- 2d77e73: docs: add reference
- b2a6211: all: enable Str's descendants to bear its own child
- 914fb75: object: fix built-in object circular references
- b6b1979: all: enable Float's descendants to bear its own child
- 3beeb11: object: fix NewInheritedInt to return 0 and 1 singletons
- 3f8f9e2: test: add test for user-defined error
- b0e492f: all: enable Map's descendants to bear its own child
- f80f469: object: add todo comment for func proto field
- d5dc784: all: enable Range's descendants to bear its own child
- bfa487b: all: enable Nil's descendants to bear its own child
- 7351eb7: props: prohibit bool inheritance
- 7cdfa77: object: add comments for objects without proto field
- 7195533: native: add Iterable#keyBy
- d10a3d3: native: fix Map#digest to handle non-str keys
- 79a1a05: native: enable Str#call to handle non-callable props
- 4fe2e5f: all: enable Int's descendants to bear its own child
- 97b50a5: meta: update golang to 1.18
- 289e2f7: meta: cosmetic change
- c022bda: meta: add goreportcard badge
- a10e62f: web: update playground to v0.7.0
- 230fa82: all: let Arr descendant zero value inherit it
- 696eba7: all: enable Arr's descendants to bear its own child
- a980711: docs: add contribution
- 57d0bce: native: add Iterable#rindex
- e886b3b: native: add Iterable#index
- b9ea240: native: add Iterable#indices
- c22c3bb: meta: fix typo
- 285ce9a: ci: update deprecated codecov uploader
- 5e1ad6d: ci: delete unreleased changelogs
v0.7.0
Unreleased
v0.7.0 - 2021-09-24
Docs
- add literal call unpacking
- add trailing funciton arg
Native
- add Func#curry
- add Func#arity
- add Float._iter
Parser
- enable to escape backquote in backquote literal
Props
- add Func#kwargs
- add Func#args
- add Float#round
- add Float#ceil
- add Num#floor
- ea4573c: ci: fetch all commits for changelog
- 24386af: ci: add hash to chglog
- 5614416: ci: remove prev tag from git-chglog
- ce564d8: ci: fetch all tags for git-chglog
- 285d80e: ci: fix GITHUB_ENV update
- e617d05: ci: fix chglog commit range
- ec74823: ci: pass release note by file
- 92a436a: ci: fix git-chglog package
- e16a64e: ci: enable to write release note automatically
- 97eb8bd: native: add Func#curry
- b8bfd00: native: add Func#arity
- 2774cd0: props: add Func#kwargs
- a4552e3: props: add Func#args
- c85646d: meta: fix typo in iAdd iSub token
- ed414f9: object: wrap str which contains doublequotes with backquotes
- 04a38ab: parser: enable to escape backquote in backquote literal
- 1192b96: di: mix-in Iterable to Float
- 417126d: native: add Float._iter
- 94a25d2: props: add Float#round
- 2fd8aad: props: add Float#ceil
- 7c6ebe8: props: add Num#floor
- 5335aa2: docs: add literal call unpacking
- 4fce88f: docs: add trailing funciton arg
v0.6.3
v0.6.2
v0.6.1
v0.6.0
v0.5.1
v0.5.0
Changelog
95ee6e4 Merge pull request #167 from Syuparn/add-std
New features
- props: add
<>#All
to read stdin at once - props: add
Obj#traverse
to search nested keys - props: add
Iterable#flipflop
- props: add
Iterable#avg, Iterable#std
for statictics - props: enable to use arighmetic operators for float
- props: add
Iterable#tally
to count elements