Skip to content

Releases: nerdsupremacist/Syntax

2.0.0

02 Jul 14:08
Compare
Choose a tag to compare
Adding release date to new version

1.0.4

19 Dec 21:55
Compare
Choose a tag to compare
Fix warnig regarding anyobject

Tuple Parser Fixes

07 Feb 23:43
Compare
Choose a tag to compare
1.0.3

Fixing negative remainder offset

Opening up to all platforms

07 Feb 21:04
Compare
Choose a tag to compare

Turns out we're no longer using opaque types, so the requirement for macOS 10.15 was no longer necessary

Syntax Tree Generation Fixes

07 Feb 14:11
Compare
Choose a tag to compare
1.0.1

Fixing node updates during scanning of annotated strings

1.0.0

07 Feb 01:56
Compare
Choose a tag to compare
Adding support for annotating until we reach a certain end

iOS Fixes with SPM

19 Jul 13:01
0c66e56
Compare
Choose a tag to compare
iOS Fixes with SPM Pre-release
Pre-release
Merge pull request #5 from gpambrozio/xcode-beta

Fixing project for new xcode

First Swift PM Release

22 Mar 18:50
541e3c4
Compare
Choose a tag to compare
0.1.2

Update README.md

0.1.1

07 May 18:09
Compare
Choose a tag to compare

Changelog

[0.1.1] - 2019-05-06

Added

  • Added StringLiteralEscapingStrategy and escapingStrategy argument to StringLiteralTokenGenerator, for handling escaped characters in a String Literal
  • Added default SwiftStringLiteralEscapingStrategy and JSONStringLiteralEscapingStrategy for the standard handling for String Literals

[0.1.0] - 2019-05-06

Added

  • Initial Release

Initial Release

06 May 12:14
Compare
Choose a tag to compare

Changelog

[0.1.0] - 2019-05-06

Added

  • Initial Release