Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: kevinah95/KLizard

v1.0.0

30 Nov 20:10
@github-actions github-actions
d6d00d1
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

1.0.0 (2023年11月30日)

⚠ BREAKING CHANGES

  • Now states return Boolean?

Bug Fixes

  • change invoke implementation in CodeStateMachine (ae825a5)
Assets 2
Loading

v0.5.0

30 Nov 03:23
@github-actions github-actions
9970f9b
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

0.5.0 (2023年11月30日)

Miscellaneous Chores

Loading

v0.4.0

30 Nov 01:39
@github-actions github-actions
9546f7b
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

0.4.0 (2023年11月30日)

Miscellaneous Chores

Loading

v0.3.0

30 Nov 01:17
@github-actions github-actions
0e68082
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

0.3.0 (2023年11月30日)

Features

  • add support to GitHub Packages (d9b005d)
Loading

v0.2.1

29 Nov 23:58
@github-actions github-actions
1106e50
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

0.2.1 (2023年11月29日)

Bug Fixes

Loading

v0.2.0

29 Nov 22:48
@github-actions github-actions
28394ae
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

0.2.0 (2023年11月29日)

Features

  • Add CSharpReader (e49717d)
  • Add ExtensionBase and McCabe extensions (78f2ff7)
  • Add Go language implementation (367dbce)
  • Add Go language implementation (36544b0)
  • Add JavaReader to support java (abc2ee7)
  • Add location variable in FunctionInfo.kt. (61beda6)
  • Add parallelStates (1af6972)
  • Add PythonReader with issues check the TestPython (591f1a2)
  • Add readUntilThen decorator to CodeStateMachine (ca5adbd)
  • Add ScriptLanguageMixIn class (591f1a2)
  • Add setOf RegexOptions to regex patterns. (ca5adbd)
  • ci: add commit with commitizen (6f50fe4)
  • Implement expandExtensions (78f2ff7)

Bug Fixes

  • Add _state(token) call in CLikeNestingStackStates._readNamespace (ab1b646)
  • Add same _untilEnd variable to ScriptLanguageMixIn (7fcb9d4)
  • Change matchEntire to find as search in Python (c7454fd)
  • Change normal function to lambda because when normal function it is executed before next function of CodeStateMachine (f183328)
  • Change savedState reference to _state (332b15d)
  • Change untilEnd from single to triple quote (a700264)
  • Correct scape of \\n (1c9778f)
  • invoke method in CodeStateMachine was commented but needs to be checked (332b15d)
  • Negate _readNamespaceName condition (1e24245)
  • preprocessing function check not all isWhitespace (854ba9e)
  • Regex pattern for filename extension (e588d43)
  • Remove backslashes in new lines (d5c0e31)
  • Replace artifactGroup from .com to .io (f595a6f)
  • triple quote is different in Kotlin and Python. I fix it. (0e4960b)
  • Use the right popNesting method in CLikeNestingStackStates (9c8d714)

Documentation

Miscellaneous Chores

Loading

v0.1.1

29 Nov 22:34
@github-actions github-actions
f52b2b9
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

0.1.1 (2023年11月29日)

Features

  • Add Go language implementation (367dbce)
  • Add Go language implementation (36544b0)
  • ci: add commit with commitizen (6f50fe4)

Documentation

Miscellaneous Chores

Loading

v0.1.0

16 Nov 19:55
@github-actions github-actions
444fd36
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

0.1.0 (2023年11月16日)

Features

  • Add CSharpReader (e49717d)
  • Add ExtensionBase and McCabe extensions (78f2ff7)
  • Add JavaReader to support java (abc2ee7)
  • Add location variable in FunctionInfo.kt. (61beda6)
  • Add parallelStates (1af6972)
  • Add PythonReader with issues check the TestPython (591f1a2)
  • Add readUntilThen decorator to CodeStateMachine (ca5adbd)
  • Add ScriptLanguageMixIn class (591f1a2)
  • Add setOf RegexOptions to regex patterns. (ca5adbd)
  • Implement expandExtensions (78f2ff7)

Bug Fixes

  • Add _state(token) call in CLikeNestingStackStates._readNamespace (ab1b646)
  • Add same _untilEnd variable to ScriptLanguageMixIn (7fcb9d4)
  • Change matchEntire to find as search in Python (c7454fd)
  • Change normal function to lambda because when normal function it is executed before next function of CodeStateMachine (f183328)
  • Change savedState reference to _state (332b15d)
  • Change untilEnd from single to triple quote (a700264)
  • Correct scape of \\n (1c9778f)
  • invoke method in CodeStateMachine was commented but needs to be checked (332b15d)
  • Negate _readNamespaceName condition (1e24245)
  • preprocessing function check not all isWhitespace (854ba9e)
  • Regex pattern for filename extension (e588d43)
  • Remove backslashes in new lines (d5c0e31)
  • Replace artifactGroup from .com to .io (f595a6f)
  • triple quote is different in Kotlin and Python. I fix it. (0e4960b)
  • Use the right popNesting method in CLikeNestingStackStates (9c8d714)

Miscellaneous Chores

Loading

AltStyle によって変換されたページ (->オリジナル) /