All Versions
69
Latest Version
Avg Release Cycle
20 days
Latest Release
26 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v0.8.1 Changes
April 14, 2020- Fix bug where paginator wouldn't properly convert Markdown templates
-
v0.8.0 Changes
April 14, 2020- Add Bridgetown::Paginate gem to monorepo
- Add CI build workflow via GitHub actions
- Clean up Rake tasks
- Add documentation around gem releases and contributing PRs
-
v0.7.0 Changes
April 12, 2020- Moved the default plugins folder from
src/_plugins
to simplyplugins
- Remove
gems
andplugins
keys from configuration - Move the cache and metadata folders to the root dir
- Define a default data file for site metadata:
src/_data/site_metdata.yml
that's accessible via{{ site.metadata.title }}
(for example) - Add relevant changes to site template for
bridgetown new
- Continue work on repo cleanup and documentation
- Moved the default plugins folder from
-
v0.6.0 Changes
April 09, 2020- Add
bridgetown console
command to invoke IRB with the current site (similar to the Rails console command). Plugins, gems, will be loaded, etc.
- Add
-
v0.5.0 Changes
April 07, 2020- Remove
em-websocket
dependency. - Change _config.yml to bridgetown.config.yml (but _config.yml will still work for compatibility purposes).
- New Bridgetown logo and further Bridgetown URL updates.
- Many new and improved docs.
- Remove
-
v0.4.0 Changes
April 05, 2020- Added a
component
Liquid tag which extends the functionality of include tags. - Added a new
bridgetown-website
project to the repo, which of course is a Bridgetown site and will house the homepage, documentation, etc.
- Added a
-
v0.3.0 Changes
April 05, 2020- Moved all Bridgetown code to
bridgetown-core
, the idea being this will now be a monorepo housing Core plus a few other official gems/projects as time goes on. Users will install thebridgetown
gem which in turns installsbridgetown-core
as a dependency.
- Moved all Bridgetown code to
-
v0.2.0 Changes
April 04, 2020- Completed comprehensive code audio and changed or removed features no longer required for the project. Fixed and successfully ran test suite accordingly.
-
v0.1.0 Changes
April 02, 2020- First version after fork from pre-released Jekyll 4.1