UNPKG

1.7 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.5.1 - 2017-06-27
20### Changed
21- インターフェースをエクスポートするように、indexモジュールでのエクスポート記述方法を変更。
22
23## v3.5.0 - 2017-06-25
24### Changed
25- 会員参照で、指定されたサイトIDと会員IDの会員が存在しない場合、nullを返すように変更。
26
27### Security
28- [nyc@^11.0.2](https://www.npmjs.com/package/nyc)をテストスクリプトに追加。
29
30## v3.4.0 - 2017-06-23
31### Changed
32- 会員カード検索で、会員は存在してカードが存在しない場合、空配列を返すように変更。
33
34## v3.3.0 - 2017-06-23
35### Added
36- 会員インターフェースを追加。
37
38### Changed
39- indexファイルでのモジュールエクスポート形式を変更。互換性は担保して、古いモジュールは非推奨の警告を出すように設定。
40
41### Deprecated
42- indexファイルのルートオブジェクトにサービスやユーティリティをエクスポートすることを非推奨に設定。
43
44### Fixed
45- BadRequestErrorのコンストラクター引数がundefinedの場合に、適切にエラーオブジェクトを生成できないバグを修正。
46
47### Security
48- 依存パッケージを最新に更新。
49- [typescript@^2.4.0](https://github.com/Microsoft/TypeScript)
50- [tslint@^5.4.3](https://github.com/palantir/tslint)に対応
51- テストコード調整。
52
53## v3.2.1 - 2017-05-18
54### Added
55- 変更履歴追加。