swiftgemtext

[ACTIVE] gemtext parsing in swift
git clone git://git.figbert.com/swiftgemtext.git
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2022-10-02 06:05Encode URLs in link linesFIGBERT2+18-2
2022-09-04 17:27Add support for relative linksFIGBERT2+31-3
2022-09-03 22:25Conform LineType to HashableFIGBERT1+1-1
2022-09-03 21:19Add public initializerFIGBERT1+2-0
2022-09-03 21:16Export public APIFIGBERT1+3-3
2022-09-03 21:15Pass gemtext on parse rather than initializationFIGBERT2+4-10
2022-07-21 01:39Simplify link parsingFIGBERT1+4-17
2022-07-19 21:19Make code style sexierFIGBERT1+9-7
2022-07-19 19:49Remove blank lineFIGBERT1+0-1
2021-04-20 19:08Fix quote parsing to be compliant with specFIGBERT1+1-1
2021-04-20 19:03Upgrade parsing preformatted sections of GemtextFIGBERT2+26-16
2021-04-20 18:31Remove excess variable in Gemtext.parseFIGBERT1+5-6
2021-04-20 18:28Update tests to add more complex linksFIGBERT1+6-2
2021-04-20 18:23Bring link line parsing more in line with specFIGBERT1+12-5
2021-04-20 18:04Ensure line type comments are consistentFIGBERT1+5-5
2021-04-20 17:50Rename struct from SwiftGemtext to GemtextFIGBERT2+4-4
2021-04-20 07:59Fix quote line return in parsePlainLine()FIGBERT1+1-1
2021-04-20 07:57Fix faulty line split implementationFIGBERT1+8-2
2021-04-20 07:41Add three new tests for parsingFIGBERT1+76-6
2021-04-20 07:40Prevent aborting run on link parse w/out captionFIGBERT1+6-6
2021-04-20 07:37Make LineType enum conform to EquatableFIGBERT1+1-1
2021-04-19 23:47Add super-brief description in README.mdFIGBERT1+1-1
2021-04-19 23:36Initial commitFIGBERT8+146-0