Sha256: a2ebb35b2c83545ac46e202e70fef6d94f65245b8af2654a4a66192122a7c413

Contents?: true

Size: 1.75 KB

Versions: 3

Compression:

Stored size: 1.75 KB

Contents

# Changelog
All notable changes to this project will be documented in this file.

## 0.8.0 - 2017-03-24
### Enhancement
- DissociatedIntrospection::RubyClass#class_defs returns same api as #defs
- DissociatedIntrospection::RubyClass#class_method_calls inspect method name and its arguments ie. attr_reader :name

### Deprecated
 - DissociatedIntrospection::RubyClass#is_class? changed to #class?
 - DissociatedIntrospection::RubyClass#has_parent_class? changed to #parent_class?
 - DissociatedIntrospection::RubyCode#to_ruby_str changed to #source

## 0.7.1 - 2016-10-20
### Fix
- `DissociatedIntrospection::RubyClass#defs` fixed parse issue when class has one method.

## 0.7.0 - 2016-10-19
### Fix
- DissociatedIntrospection::Inspection#parsed_source now returns RubyClass with comments

## 0.6.0 - 2016-09-08
### Enhancement
- `DissociatedIntrospection::RubyClass#defs` now returns associated comments

## 0.5.0 - 2016-04-30
### Enhancement
- `DissociatedIntrospection.listen_to_defined_class_methods=` In addition to ruby methods like
attr_reader other DSL class methods can be recorded if specified.

## 0.4.1 - 2016-01-18
### Fix
- `RubyClass#module_nesting` could return modules that were nested inside of a class.

## 0.4.0 - 2016-01-18
### Enhancement
- `RubyClass#module_nesting` returns an array of symbols representing the module namespacing that the class is within.

### Fix
- If a class was not found it could return all given code.

## 0.3.1 - 2016-01-17
### Enhancement
- `DissociatedIntrospection::RubyClass` now can take a `DissociatedIntrospection::RubyCode` which is build with `#build_from_ast`, `#build_from_source`.
- `DissociatedIntrospection::WrapInModules` given a instance of `DissociatedIntrospection::RubyCode` it will nest any depth of module namespacing.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dissociated_introspection-0.8.2 CHANGELOG.md
dissociated_introspection-0.8.1 CHANGELOG.md
dissociated_introspection-0.8.0 CHANGELOG.md