Releases: rd2/oslg
Releases · rd2/oslg
OSlg v0.3.0
OSlg v0.2.10
- Maintenance: strictly limited to changes in RSpec methods (more concise, clearer)
- NO API change, NO change in functionality
OSlg v0.2.9
Re-introduces msg & tag methods
- ... set aside in v0.2.8 (not used internally)
- nonetheless (somewhat) useful for 3rd-party gems
Adds new trim method
- one-liner method that a converts stringable object, and trims if necessary
- can be useful for 3rd-party gems that include/extend OSlg
Improves on Yard documentation
OSlg v0.2.8
- Revises/fixes docs for Yard (100% documented)
- Fixes README
- Trims down GitHub Actions (no need to pull-in multiple versions of OpenStudio)
- Removes unused/invalid class variables "tag" & "msg" (vestiges)
- Provides additional argument checks (safer)
- Reformats template methods
No other change in API, or in functionality.
OSlg v0.2.7
- Allows users to deploy under Ruby < 3.0
- Successfully ran (locally) with Ruby 2.7.8
- Adds GitHub Action for OpenStudio v3.6.1
- Minor README edits
OSlg v0.2.6
- Updates copyright (2023)
- Adds GitHub Action for OpenStudio v3.5.1
- Minor cleanup/edits
OSlg v0.2.5
- Trims down one-liner methods, e.g. greater reliance on
respond_to?
- Edits README
OSlg v0.2.4
- Harmonizes one-liner method output messages
- Updates Yard documentation
OSlg v0.2.3
- Removes Yard as a dependency
- Updates GitHub workflows (Ubuntu version vs OpenStudio)
- References rubydoc.info API
- Fixes typos
OSlg v0.2.2
- Fixes
spec.files
in gemspec.