@@ -432,7 +432,7 @@ Features
432
432
433
433
Bugfixes
434
434
--------
435
- - EEK currency is no longer used, kept for BC ([ #issue/110] ( http ://github.com/RubyMoney/money/issues/110) )
435
+ - EEK currency is no longer used, kept for BC ([ #issue/110] ( https ://github.com/RubyMoney/money/issues/110) )
436
436
- Lithuanian Litas symbol position fixed (laurynas)
437
437
- Fixed README typos (phlipper)
438
438
- Fixed README typos (pwim)
@@ -558,11 +558,11 @@ Bugfixes
558
558
--------
559
559
- Updated Money#to_s to respect : separator and : subunit_to_unit .
560
560
- Fixed Money#format for : subunit_to_unit != 100.
561
- ([ #issue/37] ( http ://github.com/RubyMoney/money/issue /37) )
561
+ ([ #issue/37] ( https ://github.com/RubyMoney/money/issues /37) )
562
562
- Fixed String#to_money for : subunit_to_unit != 100.
563
- ([ #issue/36] ( http ://github.com/RubyMoney/money/issue /36) )
563
+ ([ #issue/36] ( https ://github.com/RubyMoney/money/issues /36) )
564
564
- Removed duplicate currencies.
565
- ([ #issue/38] ( http ://github.com/RubyMoney/money/issue /38) )
565
+ ([ #issue/38] ( https ://github.com/RubyMoney/money/issues /38) )
566
566
- Fixed issue related to JRuby returning 2 for Math.log10(1000).floor instead
567
567
of correctly returning 3.
568
568
@@ -573,22 +573,22 @@ Features
573
573
--------
574
574
- Added support for creating objects with the main monetary unit instead of
575
575
cents.
576
- ([ #issue/25] ( http ://github.com/RubyMoney/money/issues/25) )
576
+ ([ #issue/25] ( https ://github.com/RubyMoney/money/issues/25) )
577
577
- Deprecated ` Money#format ` with separate params instead of Hash. Deprecation
578
578
target set to Money 3.5.0.
579
- ([ #issue/31] ( http ://github.com/RubyMoney/money/issues/31) )
579
+ ([ #issue/31] ( https ://github.com/RubyMoney/money/issues/31) )
580
580
- Deprecated ` Money#new(0, currency: "EUR") ` in favor of
581
581
` Money#new(0, "EUR") ` . Deprecation target set to Money 3.5.0.
582
- ([ #issue/31] ( http ://github.com/RubyMoney/money/issues/31) )
582
+ ([ #issue/31] ( https ://github.com/RubyMoney/money/issues/31) )
583
583
- Throw ArgumentError when trying to multiply two Money objects together.
584
- ([ #issue/29] ( http ://github.com/RubyMoney/money/issues/29) )
584
+ ([ #issue/29] ( https ://github.com/RubyMoney/money/issues/29) )
585
585
- Update Money#parse to use : subunit_to_unit
586
- ([ #issue/30] ( http ://github.com/RubyMoney/money/issues/30) )
586
+ ([ #issue/30] ( https ://github.com/RubyMoney/money/issues/30) )
587
587
588
588
Bugfixes
589
589
--------
590
590
- Downgraded required_rubygems_version to >= 1.3.6.
591
- ([ #issue/26] ( http ://github.com/RubyMoney/money/issues/26) )
591
+ ([ #issue/26] ( https ://github.com/RubyMoney/money/issues/26) )
592
592
- Use BigDecimal when floating point calculations are needed.
593
593
- Ruby 1.9.2 compatibility enhancements.
594
594
@@ -598,7 +598,7 @@ Money 3.1.0
598
598
Features
599
599
--------
600
600
- Implemented ` Money::Bank::Base ` .
601
- ([ #issue/14] ( http ://github.com/RubyMoney/money/issues/14) )
601
+ ([ #issue/14] ( https ://github.com/RubyMoney/money/issues/14) )
602
602
- Added ` Money::Bank::Base#exchange_with ` .
603
603
- Deprecated ` Money::Bank::Base#exchange ` . Deprecation target set to Money
604
604
3.2.0.
@@ -607,54 +607,54 @@ Features
607
607
3.2.0.
608
608
- Deprecate ` Money::SYMBOLS ` , ` Money::SEPARATORS ` and ` Money::DELIMITERS ` .
609
609
Deprecation target set to Money 3.2.0.
610
- ([ #issue/16] ( http ://github.com/RubyMoney/money/issues/16) )
610
+ ([ #issue/16] ( https ://github.com/RubyMoney/money/issues/16) )
611
611
- Implemented ` #has ` for ` Money ` and ` Money::Currency ` .
612
612
- Refactored test suite to conform to RSpec conventions.
613
- - Moved project from [ FooBarWidget] ( http ://github.com/FooBarWidget) to
614
- [ RubyMoney] ( http ://github.com/RubyMoney)
613
+ - Moved project from [ FooBarWidget] ( https ://github.com/FooBarWidget) to
614
+ [ RubyMoney] ( https ://github.com/RubyMoney)
615
615
- Added Simone Carletti to list of authors.
616
616
- Moved ` @rounding_method ` from ` Money::Bank::VariableExchange ` to
617
617
` Money::Bank::Base ` .
618
- ([ #issue/18] ( http ://github.com/RubyMoney/money/issues/18) )
618
+ ([ #issue/18] ( https ://github.com/RubyMoney/money/issues/18) )
619
619
- Added ` #setup ` to ` Money::Bank::Base ` . Called from ` #initialize ` .
620
- ([ #issue/19] ( http ://github.com/RubyMoney/money/issues/19) )
621
- - Added [ google_currency] ( http ://github.com/RubyMoney/google_currency) to list
620
+ ([ #issue/19] ( https ://github.com/RubyMoney/money/issues/19) )
621
+ - Added [ google_currency] ( https ://github.com/RubyMoney/google_currency) to list
622
622
of Currency Exchange Implementations.
623
623
- Added ` #export_rates ` to ` Money::Bank::VariableExchange ` .
624
- ([ #issue/21] ( http ://github.com/RubyMoney/money/issues/21) )
624
+ ([ #issue/21] ( https ://github.com/RubyMoney/money/issues/21) )
625
625
- Added ` #import_rates ` to ` Money::Bank::VariableExchange ` .
626
- ([ #issue/21] ( http ://github.com/RubyMoney/money/issues/21) )
626
+ ([ #issue/21] ( https ://github.com/RubyMoney/money/issues/21) )
627
627
- Removed dependency on Jeweler.
628
628
- Replaced usage of hanna with yardoc.
629
629
- Rewrote/reformatted all documentation.
630
630
631
631
Bugfixes
632
632
--------
633
633
- Fixed incorrect URLs in documentation.
634
- ([ #issue/17] ( http ://github.com/RubyMoney/money/issues/17) )
634
+ ([ #issue/17] ( https ://github.com/RubyMoney/money/issues/17) )
635
635
- Updated ` :subunit_to_unit ` for HKD from 10 to 100.
636
- ([ #issue/20] ( http ://github.com/RubyMoney/money/issues/20) )
636
+ ([ #issue/20] ( https ://github.com/RubyMoney/money/issues/20) )
637
637
- Updated Ghanaian Cedi to use correct ISO Code, GHS.
638
- ([ #issue/22] ( http ://github.com/RubyMoney/money/issues/22) )
638
+ ([ #issue/22] ( https ://github.com/RubyMoney/money/issues/22) )
639
639
- Make ` default ` rake task call ` spec ` .
640
- ([ #issue/23] ( http ://github.com/RubyMoney/money/issues/23) )
640
+ ([ #issue/23] ( https ://github.com/RubyMoney/money/issues/23) )
641
641
642
642
Money 3.1.0.pre3
643
643
================
644
644
645
645
Features
646
646
--------
647
- - Added [ google_currency] ( http ://github.com/RubyMoney/google_currency) to list
647
+ - Added [ google_currency] ( https ://github.com/RubyMoney/google_currency) to list
648
648
of Currency Exchange Implementations.
649
649
- Added ` #export_rates ` to ` Money::Bank::VariableExchange ` .
650
- ([ #issue/21] ( http ://github.com/RubyMoney/money/issues/21) )
650
+ ([ #issue/21] ( https ://github.com/RubyMoney/money/issues/21) )
651
651
- Added ` #import_rates ` to ` Money::Bank::VariableExchange ` .
652
- ([ #issue/21] ( http ://github.com/RubyMoney/money/issues/21) )
652
+ ([ #issue/21] ( https ://github.com/RubyMoney/money/issues/21) )
653
653
654
654
Bugfixes
655
655
--------
656
656
- Updated ` :subunit_to_unit ` for HKD from 10 to 100.
657
- ([ #issue/20] ( http ://github.com/RubyMoney/money/issues/20) )
657
+ ([ #issue/20] ( https ://github.com/RubyMoney/money/issues/20) )
658
658
659
659
Money 3.1.0.pre2
660
660
================
@@ -663,22 +663,22 @@ Features
663
663
--------
664
664
- Moved ` @rounding_method ` from ` Money::Bank::VariableExchange ` to
665
665
` Money::Bank::Base ` .
666
- ([ #issue/18] ( http ://github.com/RubyMoney/money/issues/18) )
666
+ ([ #issue/18] ( https ://github.com/RubyMoney/money/issues/18) )
667
667
- Added ` #setup ` to ` Money::Bank::Base ` . Called from ` #initialize ` .
668
- ([ #issue/19] ( http ://github.com/RubyMoney/money/issues/19) )
668
+ ([ #issue/19] ( https ://github.com/RubyMoney/money/issues/19) )
669
669
670
670
Bugfixes
671
671
--------
672
672
- Fixed incorrect URLs in documentation.
673
- ([ #issue/17] ( http ://github.com/RubyMoney/money/issues/17) )
673
+ ([ #issue/17] ( https ://github.com/RubyMoney/money/issues/17) )
674
674
675
675
Money 3.1.0.pre1
676
676
================
677
677
678
678
Features
679
679
--------
680
680
- Implemented ` Money::Bank::Base ` .
681
- ([ #issue/14] ( http ://github.com/RubyMoney/money/issues/14) )
681
+ ([ #issue/14] ( https ://github.com/RubyMoney/money/issues/14) )
682
682
- Added ` Money::Bank::Base#exchange_with ` .
683
683
- Deprecated ` Money::Bank::Base#exchange ` . Deprecation target set to Money
684
684
3.2.0.
@@ -687,17 +687,17 @@ Features
687
687
3.2.0.
688
688
- Deprecate ` Money::SYMBOLS ` , ` Money::SEPARATORS ` and ` Money::DELIMITERS ` .
689
689
Deprecation target set to Money 3.2.0.
690
- ([ #issue/16] ( http ://github.com/RubyMoney/money/issues/16) )
690
+ ([ #issue/16] ( https ://github.com/RubyMoney/money/issues/16) )
691
691
- Implemented ` #has ` for ` Money ` and ` Money::Currency ` .
692
692
- Refactored test suite to conform to RSpec conventions.
693
- - Moved project from [ FooBarWidget] ( http ://github.com/FooBarWidget) to
694
- [ RubyMoney] ( http ://github.com/RubyMoney)
693
+ - Moved project from [ FooBarWidget] ( https ://github.com/FooBarWidget) to
694
+ [ RubyMoney] ( https ://github.com/RubyMoney)
695
695
- Added Simone Carletti to list of authors.
696
696
697
697
Bugfixes
698
698
--------
699
699
- Fixed rounding error in ` Numeric#to_money ` .
700
- ([ #issue/15] ( http ://github.com/RubyMoney/money/issues/15) )
700
+ ([ #issue/15] ( https ://github.com/RubyMoney/money/issues/15) )
701
701
702
702
Money 3.0.5
703
703
===========
@@ -708,11 +708,11 @@ Features
708
708
- Added ability to pass a block to ` VariableExchangeBank#new ` or ` #exchange ` ,
709
709
specifying a custom truncation method
710
710
- Added optional ` currency ` argument to` Numeric#to_money ` .
711
- ([ #issue/11] ( http ://github.com/RubyMoney/money/issues/11) )
711
+ ([ #issue/11] ( https ://github.com/RubyMoney/money/issues/11) )
712
712
- Added optional ` currency ` argument to ` String#to_money ` .
713
- ([ #issue/11] ( http ://github.com/RubyMoney/money/issues/11) )
713
+ ([ #issue/11] ( https ://github.com/RubyMoney/money/issues/11) )
714
714
- Use '¤' as the default currency symbol.
715
- ([ #issue/10] ( http ://github.com/RubyMoney/money/issues/10) )
715
+ ([ #issue/10] ( https ://github.com/RubyMoney/money/issues/10) )
716
716
717
717
Bugfixes
718
718
--------
@@ -721,7 +721,7 @@ Bugfixes
721
721
- Fixed issue when exchanging currencies with different ` :subunit_to_unit `
722
722
values.
723
723
- ` Numeric#to_money ` now respects ` :subunit_to_unit ` .
724
- ([ #issue/12] ( http ://github.com/RubyMoney/money/issues/12) )
724
+ ([ #issue/12] ( https ://github.com/RubyMoney/money/issues/12) )
725
725
726
726
Money 3.0.4
727
727
===========
@@ -768,7 +768,7 @@ Features
768
768
--------
769
769
- Version Bump due to compatibility changes with ActiveRecord. See
770
770
conversation
771
- [ here] ( http ://github.com/RubyMoney/money/issues#issue/4/comment/ 224880)
771
+ [ here] ( https ://github.com/RubyMoney/money/issues/4#issuecomment- 224880)
772
772
for more information.
773
773
774
774
Money 2.3.0
0 commit comments