forked from codemancers/invoicing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
History.txt
40 lines (30 loc) · 1.05 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
== 1.0.4
* Rail 5.2.4 with Ruby 2.7.1
== 1.0.3
* AR second version
== 1.0.2
* AR first version
== 0.2.1
* 2 minor enhancements:
* Added option to LedgerItem#account_summary which enables inclusion of open/pending
ledger items in the summary
* Improved robustness and documentation for test suite
* 2 bugfixes:
* Compatibility with recent versions of ActiveRecord
* Cleaned up unnecessary gem dependencies (mocha, uuid)
== 0.2.0 2009-04-20
* 4 major enhancements:
* New associated gem invoicing_generator for generating an invoicing component in a Rails project
(script/generate invoicing_ledger)
* Generated controller and views for rendering statements and ledger
* Comes with a nice default stylesheet out of the box
* More flexible formatting of currency values
* 1 bugfix:
* Accidental overwriting of total_amount value on payment LedgerItems without LineItems
== 0.1.0 2009-02-10
* 2 major enhancements:
* Core API is now usable
* RCov reports 100% test coverage
== 0.0.1 2009-01-05
* 1 major enhancement:
* Initial public release