forked from scalingdata/liquidoc-gem
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nest ingested data recursively (#45)
* Adds a nested duplicate structure inside ingested data object * Due to an apparent limitation in Liquid, in order to access top-tier variables during parse operations, we need to grant those variables a parent scope to reference. This patch leaves existing variables intact but adds a container scope called 'data', which contains an exact replica of all the data ingested from an external file. * Also adds a regexreplace filter to Liquid, which does what you'd expect. * Bump version
- Loading branch information
1 parent
931bbd2
commit 17edd7b
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Liquidoc | ||
VERSION = "0.8.0" | ||
VERSION = "0.8.1" | ||
end |