All Versions
24
Latest Version
Avg Release Cycle
106 days
Latest Release
1651 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.3.1 Changes
July 11, 2014๐ Fixed
- Obtain a year range array without prioviding a start date.
-
v0.3.0 Changes
July 11, 2014โ Added
- โ Add Yardoc to
Reporting
module. - ๐ Allow reporting month and year time ranges without a start date.
๐ Changed
- ๐ง Use ruby18 hash syntax for configuration example in README.
โ Removed
- โ Removed
DoubleEntry::describe
andDoubleEntry::Line#description
methods.
- โ Add Yardoc to
-
v0.2.0 Changes
June 28, 2014โ Added
โ Added a configuration class to define valid accounts and transfers.
DoubleEntry.configure do |config| config.define_accounts do |accounts| accounts.define(identifier: :savings, positive_only: true) accounts.define(identifier: :checking) end config.define_transfers do |transfers| transfers.define(from: :checking, to: :savings, code: :deposit) transfers.define(from: :savings, to: :checking, code: :withdraw) end end
๐ Changed
- ๐ Move reporting classes into the
DoubleEntry::Reporting
namespace. Mark this module as@api private
: internal use only.
-
v0.1.0 Changes
June 20, 2014โ Added
- ๐ Library released as Open Source!
๐ [Unreleased]: https://github.com/envato/double_entry/compare/v2.0.0.beta5...HEAD