Sha256: 0c88f2c65876dc22f1f1a95b1e9858eb325c948ef1122e8d7f657c42a0583b2b
Contents?: true
Size: 511 Bytes
Versions: 1
Compression:
Stored size: 511 Bytes
Contents
# CHANGELOG ## Version 0.2.0 - 2024-10-13 - Add support for a content instance knowing its own `#slug` - its relative path within its collection: ```ruby Page = Decant.define(dir: 'content', ext: 'md') page = Page.find('features/slugs') page.path.expand_path # => "/Users/dave/my-website/content/features/slugs.md" page.slug # => "features/slugs" ``` - `Collection` is no immutable and can no longer be changed after initialisation. ## Version 0.1.0 - 2024-08-11 - Initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
decant-0.2.0 | CHANGELOG.md |