All Versions
42
Latest Version
Avg Release Cycle
149 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v0.4.3 Changes
- ๐ Fixes a bug where the 'show' command did not properly recognize overloaded method signatures
-
v0.4.2 Changes
- ๐ The 'inspect' command now shows the original docstring provided by the YARD object provider instead of parsing the string itself
-
v0.4.1 Changes
- ๐ Bugfix regarding @overload tags (thanks @cbeer)
-
v0.4.0 Changes
- ๐ new diff command
- ๐ better support for YARD's @overload tag
- ๐ several bugfixes (as always)
-
v0.3.3 Changes
- ๐ Fix rake task
- โ Remove unused constant
- โ Add support for overload tag
- โ Add failing test re: method overloading
- โก๏ธ Update README with configuration instructions
-
v0.3.2 Changes
- ๐ Fix bug when parsing .inch.yml
- โ Separate test suite in unit and integration tests
- ๐ Support regexes in .inch.yml
- โ Add some basic ideas for .inch.yml support
- โ Speed up tests by caching code objects
-
v0.3.1 Changes
- ๐ Fix error with empty docstring
- Do not count @raise tag if it is auto-assigned via YARD
- โ Add a role to encapsulate notations of private tags
- โก๏ธ Update Docstring to detect internal apis
- ๐ Fix output of priority arrows in Suggest command
- ๐ Use original docstring to determine if an object is undocumented?
- ๐ Fix things complained about in last commit
- โ Exclude failing test
- Don't apply transitive :since tag to children's evaluation
- ๐ Fix bug in YARD method object proxy
- ๐ Fix wrong detection of splat and block parameters
- ๐ Fix 1.9.3 compatibility of Inch::Utils::UI
- ๐ Fix #depth method
- โ Add Inch::Utils::UI utility class
- Cache some repeatedly calculated values
-
v0.3.0 Changes
- โ Add proxy for RootObject to YARD object provider
- Ignore some YARD code objects by type
- โ Remove YARD from core_ext
- ๐ Fix bug showing wrong paths instead of files in Suggest
- Ensure output if Suggest has nothing to suggest
- ๐ Merge pull request #5 from splattael/perf
- โฌ๏ธ Upgrade to Ruby 2.1 as default
- Prefer
Module#const_get(class_name)
overeval(class_name)
- Prefer
public_send(name)
overmethod(name).call
- Perf: Index codeobjects objects by fullname
- ๐ Merge pull request #4 from jimjeffers/master
- ๐ Fixed minor typo in CLI for suggest command.
- Require 'forwardable' at the very top
- โ Add fix for failing test
- โ Add failing test fixture
- ๐จ Refactor Evaluation namespace
- โ Add doc to ObjectsFilter
- โ Add CodeObject::Provider modules
- Rewrite Evaluation Role model
- โ Add some more docs
- Extract shared specs into own file
- โ Depend on minitest ~> 5.2
- ๐ Merge pull request #3 from splattael/simplecov
- โ Add docs to ReadWriteMethods
- ๐ง Move simplecov's configuration into own file
- โ Add tests for new API classes
- ๐ Rename Evaluation::WeightedList -> Utils::WeightedList
- ๐ Fix description of stats command
- โ Add PriorityRange
- ๐จ Refactor inspect/show output
- Introduce API namespace
- ๐ Fix wrong command registration in Command::Inspect
- โ Add Codebase::ObjectsFilter
- โก๏ธ Update commands to use Codebase
- Introduce Codebase namespace
- โ Remove unused method alias
- ๐ Fix bug in Docstring
-
v0.2.3 Changes
- โฌ๏ธ Bump version
- Rescue error raised by YARD
- ๐ Let Command classes register themselves in CommandParser
- ๐ Fix failing tests (typo)
- ๐จ Refactor some more methods
- ๐จ Refactor complex methods
- โ Add Getter and Setter roles
- ๐จ Refactor ScoreRanges into GradeLists
- โ Add Inch::Config
- ๐ Rename Evaluation::Criteria -> ObjectSchema
- โ Add weighted_list for suggest output
- ๐ Make CodeObject::Proxy#object an attr_reader
-
v0.2.2 Changes
- ๐ Fix bug related to private @api tags (again)