## v0.6.3 - Support `(その1)` format ## v0.6.2 - Remove trailing symbols from series name ## v0.6.1 - Add `Amakanize::BookPosition` - Reject empty author names on `Amakanize::AuthorNames` ## v0.6.0 - Add `Amakanize::VideoPosition` - Rename author name from "r7kamura" to "Ryo Nakamura" - Set required Ruby version to 2.2.2 or higher for ActiveSupport ## v0.5.3 - Support weekly magazine format in series detection ## v0.5.2 - Support nested parentheses ## v0.5.1 - Detect アフタヌーン from アフタヌーン 2016年 05 月号 ## v0.5.0 - Remove volume number only one time - Normalize continuous spaces ## v0.4.9 - Fix a bug in the brackets normalization logic ## v0.4.8 - Treat カバーデザイン as role name ## v0.4.7 - Support "Buso Renkin, Vol. 5" ## v0.4.6 - Treat (キャラクター原案)ハラカズヒロ as ハラカズヒロ - Normalize 「x! 」 into 「x!」 ## v0.4.5 - Support 2016年04月号 for magazines ## v0.4.4 - Support (前) (後) (上) (中) (下) ## v0.4.3 - Support (原作・イラスト)XXX - Support イラスト:XXX ## v0.4.2 - Support #5 ## v0.4.1 - Support Vol.3 - Support 3 通常版 - Support 7.5 ## v0.4.0 - Add spaces around brackets except for ending - Treat `―XXX―` as brackets (e.g. To LOVEる―とらぶる―) ## v0.3.0 - Normalize all brackets into round brackets (parentheses) - Removes only trailing brackets ## v0.2.2 - Support volume N ## v0.2.1 - Normalize angle brackets - Remove trailing LvN and Lv.N as volume number - Fix volume number detection pattern ## v0.2.0 - Fix author name separator ## v0.1.12 - Support 第N版 ## v0.1.11 - Improve volume detection for アニウッド大通り ## v0.1.10 - Detect obvious volume number in product title ## v0.1.9 - Normalize hyphen with hyphen/minus ## v0.1.8 - Normalize hyphen between alphabets in series name ## v0.1.7 - Remove trailing surrounding hyphens and payload on series name ## v0.1.6 - Remove trailing dash and payload on series name ## v0.1.5 - Remove spaces between exclamations for 「ばくおん! !」 ## v0.1.4 - Add more author name separator - Remove suffix role name ## v0.1.3 - Remove trailing 原作・原案・漫画 of author name ## v0.1.2 - Add AuthorNames class ## v0.1.1 - Support x and X as roman numeric ## v0.1.0 - Support roman numerals on series name - Support 第N巻 on series name - Normalize series name ## v0.0.4 - Normalize all characters ## v0.0.3 - Remove space from author name ## v0.0.2 - Remove parentheses of numericals in author name - Remove role name from author name - Remove trailing payload from author name - Strip author name - Unescape HTML in author name ## v0.0.1 - 1st release :tada: