UNPKG

1.27 kBMarkdownView Raw
1# Changelog
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
6## Unreleased
7### Added
8
9### Changed
10
11### Deprecated
12
13### Removed
14
15### Fixed
16
17### Security
18
19## v3.4.0 - 2017-06-23
20### Changed
21- 会員カード検索で、会員は存在してカードが存在しない場合、空配列を返すように変更。
22
23## v3.3.0 - 2017-06-23
24### Added
25- 会員インターフェースを追加。
26
27### Changed
28- indexファイルでのモジュールエクスポート形式を変更。互換性は担保して、古いモジュールは非推奨の警告を出すように設定。
29
30### Deprecated
31- indexファイルのルートオブジェクトにサービスやユーティリティをエクスポートすることを非推奨に設定。
32
33### Fixed
34- BadRequestErrorのコンストラクター引数がundefinedの場合に、適切にエラーオブジェクトを生成できないバグを修正。
35
36### Security
37- 依存パッケージを最新に更新。
38- [typescript@^2.4.0](https://github.com/Microsoft/TypeScript)
39- [tslint@^5.4.3](https://github.com/palantir/tslint)に対応
40- テストコード調整。
41
42## v3.2.1 - 2017-05-18
43### Added
44- 変更履歴追加。