Releases: chesrowe/Tome
Releases · chesrowe/Tome
v11.20.2024.0
Overview
This release fixes issues with jsdoc comments that contain a combination of spaces and tabs. Params for functions should parse correctly now, regardless of the spacing.
v03.06.2024.0
Overview
This release fixes a few issues and adds a couple new options to make Tome more flexible
New Features
- Added a "local repo mode" where, instead of pushing changes directly to GitHub, files can be updated locally and then pushed manually by the user.
- Added the ability for users to define their GitHub auth token externally in a text file
Changes
- Tome will make sure files have been changed before attempting to commit them. By @NazelrodDustin
v02.16.2024.0
Overview
- Added new function
tome_set_site_older_versions
to specifically set what older versions of your docs will show in the version selector - Minor bug fixes
- Updated the docs to show constructor function formatting
Tome 02-15-2024.1
Overview
- Fixed a few minor bugs
- The homepage link in the sidebar is now "Home", instead of "home"
First release v02-15-2024
Overview
First real release of Tome
Changes
- Fixed issue where having
tomeConfig
script not setup correctly would throw an error. Now just a helpful debug message will be outputed to the console.