Skip to content

Releases: hao-li/laravel-amount

v2.0.1

19 Jan 10:53
Compare
Choose a tag to compare

Fixed

  • 修复可空字段 null 变为 0 的问题

v2.0.0

07 Nov 11:33
5aaa089
Compare
Choose a tag to compare

Changed

  • $amountTimes 从类静态成员变为对象成员

v1.2.0

07 Nov 09:15
9b6047b
Compare
Choose a tag to compare

Changed

  • 允许 $amountTimes 以数组形式针对各字段指定不同倍数

v1.1.0

15 Oct 03:45
d13b3dd
Compare
Choose a tag to compare

Added

  • 增加 MIT 许可协议的声明

v1.0.1

15 Oct 02:31
972ceb0
Compare
Choose a tag to compare

Fixed

  • 修复4位整数,且小数是 .10 .11 .12 的金额精度丢失问题 (#1)

v1.0.0

12 Dec 04:15
Compare
Choose a tag to compare

用了几个月很正常,也没发现有新变更的需要,发布初版

本版复写了 Model 类下列方法

public function getMutatedAttributes()
protected function mutateAttributeForArray($key, $value)
public function getAttributeValue($key)
public function setAttribute($key, $value)