Releases: rycont/yaksok.ts
Releases · rycont/yaksok.ts
v0.1.12
v0.1.10
Full Changelog: 0.1.0...v0.1.10
0.1.0
What's Changed
- Implement new yaksok delcare syntax by @rycont in #21
- Implement mod operator by @rycont in #22
- Implement instant share in web demo by @rycont in #23
- Refer to evaluated items not initial item by @rycont in #24
- Implement or operator by @rycont in #25
- Implement quickjs bridge by @rycont in #27
- fix: parsing function variants by @rycont in #28
- feat: export language parsing utilities by @rycont in #29
- test: add test cases by @rycont in #30
- Automatically publish to JSR by @rycont in #33
Full Changelog: beta-14...0.1.0
beta-14
Refactor: rules (#18) * chore: add factory field to rule type * refactor: add rule factory architecture * test: modify variable test codes * refactor: apply factory architecture to mention * refactor: apply `factory` architecture to whole nodes * refactor: remove not required asserts * refactor: remove unused imports
beta-13
What's Changed
만약 ~ 아니면 만약 ~ 아니면
문법의 지원이 추가되었습니다
약속 시리얼 "버전"
만약 시리얼 = "1032" 이면
결과: "1.0.0"
아니면 만약 시리얼 = "1033" 이면
결과: "1.0.1"
아니면
결과: "UNKNOWN"
Full Changelog: beta-12...beta-13
beta-12
test: add cases for ffi
beta-11
chore: remove local environment files
beta-10
feat: file mentioning (#14) * feat: Yaksok class requires object type codes * feat: add '@' to expression characters * feat: add toPrint method to expression * feat: add mention parsing rule * feat: support file mentioning * feat: fetch function parameter in outer scope * refactor: evaluate module exports in origin scope * refactor: teardown indents in function and mention * feat: show error message from module properly * refactor: integrate run functions into * docs: add sample codes to run * refactor: prettier * refactor: remove unused vars * chore: migrate bundler to esbuild * fix: give proper permission to build task * fix: build function requires network permission * fix: update deno.json tasks to allow write permission
beta-9
refactor: remove unused codes
beta-7
fix: give write permission to build flow