- No changes yet.
- Fix gemspec homepage URL to point to project repository
- Add Steepfile for type checking configuration and update RBS signatures for inline_partial methods
- Update installation instructions in README to clarify Gemfile usage
- Remove default value for inline_partial name parameter
- Update README to emphasize that partial templates can be defined with any name
- Clarify README and RBS documentation for inline_partial usage and parameters
- Second release of inline_partial gem.
- Refactored
render_inline_partialmethod to use explicit object parameter instead of*args.
- Initial release