Skip to content

Releases: UrbanMonastics/Source-Text-Parser

v0.4.3

30 Jan 03:49
b87738b
Compare
Choose a tag to compare

A minor improvement that correctly correctly ignores the extra intentions abbreviation.

v0.4.2

25 Sep 16:47
4f6902c
Compare
Choose a tag to compare

Bump the version number in the parser itself. Add the replace attribute to the compose.json file.

v0.4.1 - Refocus on Text Parsing

25 Sep 16:07
a0d6d3c
Compare
Choose a tag to compare

We have made the decision to split the library into two pieces. This one will focus on the extended markdown parsing, while the other will manage the various libraries of texts that are included, and finding the correct text/version/section to parse.

v0.4 - Renamed Library and Namespace

25 Sep 13:23
2fbf673
Compare
Choose a tag to compare

This is a breaking change. The library and namespace have been renamed to SourceTextParser

The composer project has also been updated

composer require UrbanMonastics/SourceTextParser

Example of usage with new naming

$SourceTextParser = new /UrbanMonastics/SourceTextParser();

echo $SourceTextParser->text("Hello *Source Parser*!");  # prints: <p>Hello <em>Source Parser</em>!</p>

v0.3

08 Aug 17:45
1d1809b
Compare
Choose a tag to compare

This release adds support for:

  • Including Small Caps of words over 3 characters [enable seperate]
  • Including wrapping the term Selah for custom styling [enable seperate]
  • Including suppression of the term Alleluia (definable in your language) [enable seperate]

v0.2

11 Apr 18:18
e67d811
Compare
Choose a tag to compare
Merge pull request #1 from UrbanMonastics/main

Update the Parser with more tests

v0.1

03 Apr 17:49
Compare
Choose a tag to compare

Initial release including the support for Markdown, and our liturgical extensions.

We still need to add testing support for the liturigcal extensions and other additions to markdown.