Skip to content

Commit 2bb2ee4

Browse files
authored
Merge pull request #96 from sugyan/changelog
Add changelog
2 parents f1023b0 + 40a7c0e commit 2bb2ee4

File tree

1 file changed

+112
-0
lines changed

1 file changed

+112
-0
lines changed

CHANGELOG.md

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/line/line-bot-sdk-go/tree/2.0.0) (2018-07-24)
4+
5+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/1.3.0...2.0.0)
6+
7+
**Merged pull requests:**
8+
9+
- Update around LIFF API [\#95](https://github.com/line/line-bot-sdk-go/pull/95) ([sugyan](https://github.com/sugyan))
10+
11+
## [1.3.0](https://github.com/line/line-bot-sdk-go/tree/1.3.0) (2018-07-17)
12+
13+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/1.2.1...1.3.0)
14+
15+
**Merged pull requests:**
16+
17+
- Support issue link token api [\#94](https://github.com/line/line-bot-sdk-go/pull/94) ([suzuki-shunsuke](https://github.com/suzuki-shunsuke))
18+
- Add status badges and a link to LICENSE.txt in README [\#92](https://github.com/line/line-bot-sdk-go/pull/92) ([suzuki-shunsuke](https://github.com/suzuki-shunsuke))
19+
20+
## [1.2.1](https://github.com/line/line-bot-sdk-go/tree/1.2.1) (2018-07-12)
21+
22+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/1.2.0...1.2.1)
23+
24+
**Merged pull requests:**
25+
26+
- Add AccountLink event [\#91](https://github.com/line/line-bot-sdk-go/pull/91) ([suzuki-shunsuke](https://github.com/suzuki-shunsuke))
27+
- \#issue-liff add liff api [\#90](https://github.com/line/line-bot-sdk-go/pull/90) ([justdomepaul](https://github.com/justdomepaul))
28+
- Add lint [\#88](https://github.com/line/line-bot-sdk-go/pull/88) ([k2wanko](https://github.com/k2wanko))
29+
30+
## [1.2.0](https://github.com/line/line-bot-sdk-go/tree/1.2.0) (2018-06-29)
31+
32+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/1.1.2...1.2.0)
33+
34+
**Merged pull requests:**
35+
36+
- Add `FileMessage` type [\#87](https://github.com/line/line-bot-sdk-go/pull/87) ([sugyan](https://github.com/sugyan))
37+
- Add types and functions for Flex messages [\#86](https://github.com/line/line-bot-sdk-go/pull/86) ([sugyan](https://github.com/sugyan))
38+
39+
## [1.1.2](https://github.com/line/line-bot-sdk-go/tree/1.1.2) (2018-06-19)
40+
41+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/1.1.1...1.1.2)
42+
43+
**Merged pull requests:**
44+
45+
- use var MessageTypeFlex for set type flexMessage [\#80](https://github.com/line/line-bot-sdk-go/pull/80) ([TonPC64](https://github.com/TonPC64))
46+
47+
## [1.1.1](https://github.com/line/line-bot-sdk-go/tree/1.1.1) (2018-06-19)
48+
49+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/1.1.0...1.1.1)
50+
51+
**Merged pull requests:**
52+
53+
- Add FlexMessage Type [\#78](https://github.com/line/line-bot-sdk-go/pull/78) ([TonPC64](https://github.com/TonPC64))
54+
55+
## [1.1.0](https://github.com/line/line-bot-sdk-go/tree/1.1.0) (2018-05-07)
56+
57+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/1.0.0...1.1.0)
58+
59+
**Merged pull requests:**
60+
61+
- Template action label is optional for image carousel. [\#74](https://github.com/line/line-bot-sdk-go/pull/74) ([waylen888](https://github.com/waylen888))
62+
- fix typo [\#72](https://github.com/line/line-bot-sdk-go/pull/72) ([Ken2mer](https://github.com/Ken2mer))
63+
- Make interface markers visible to other packages [\#71](https://github.com/line/line-bot-sdk-go/pull/71) ([m90](https://github.com/m90))
64+
- Add `displayText` to postback action [\#70](https://github.com/line/line-bot-sdk-go/pull/70) ([candy02058912](https://github.com/candy02058912))
65+
- Use context package from stdlib instead of 3rd party package [\#69](https://github.com/line/line-bot-sdk-go/pull/69) ([m90](https://github.com/m90))
66+
- Add code of conduct [\#68](https://github.com/line/line-bot-sdk-go/pull/68) ([nkjm](https://github.com/nkjm))
67+
- Add WithImageOptions for buttons/carousel templates [\#66](https://github.com/line/line-bot-sdk-go/pull/66) ([clsung](https://github.com/clsung))
68+
- Add `Richmenu API` [\#65](https://github.com/line/line-bot-sdk-go/pull/65) ([clsung](https://github.com/clsung))
69+
- Update issue template [\#64](https://github.com/line/line-bot-sdk-go/pull/64) ([kenneth-lau](https://github.com/kenneth-lau))
70+
- Fix typo in comment [\#62](https://github.com/line/line-bot-sdk-go/pull/62) ([zaneli](https://github.com/zaneli))
71+
- Update the official API document URL. [\#60](https://github.com/line/line-bot-sdk-go/pull/60) ([PuHsiu](https://github.com/PuHsiu))
72+
- Add group/room member IDs API [\#57](https://github.com/line/line-bot-sdk-go/pull/57) ([k2wanko](https://github.com/k2wanko))
73+
- Update kitchensink example [\#56](https://github.com/line/line-bot-sdk-go/pull/56) ([sugyan](https://github.com/sugyan))
74+
- Add group/room member profile API [\#54](https://github.com/line/line-bot-sdk-go/pull/54) ([mokejp](https://github.com/mokejp))
75+
- Add webhook event of `datetime picker` to postback [\#53](https://github.com/line/line-bot-sdk-go/pull/53) ([clsung](https://github.com/clsung))
76+
- Enable go 1.9 on Travis CI [\#52](https://github.com/line/line-bot-sdk-go/pull/52) ([sugyan](https://github.com/sugyan))
77+
- Add `datetime picker` template action [\#51](https://github.com/line/line-bot-sdk-go/pull/51) ([clsung](https://github.com/clsung))
78+
- Add `image carousel` template message [\#50](https://github.com/line/line-bot-sdk-go/pull/50) ([clsung](https://github.com/clsung))
79+
- Fix message when test failed [\#45](https://github.com/line/line-bot-sdk-go/pull/45) ([kwmt](https://github.com/kwmt))
80+
- Add `DeviceMessage` property to BeaconEvent [\#44](https://github.com/line/line-bot-sdk-go/pull/44) ([sugyan](https://github.com/sugyan))
81+
- Create ISSUE\_TEMPLATE.md [\#43](https://github.com/line/line-bot-sdk-go/pull/43) ([GuitarSucks](https://github.com/GuitarSucks))
82+
- Enable go 1.8 on Travis CI [\#40](https://github.com/line/line-bot-sdk-go/pull/40) ([moznion](https://github.com/moznion))
83+
- Add beacon event: "banner" [\#39](https://github.com/line/line-bot-sdk-go/pull/39) ([kawaken](https://github.com/kawaken))
84+
- Support multicast API [\#38](https://github.com/line/line-bot-sdk-go/pull/38) ([sugyan](https://github.com/sugyan))
85+
- Add beacon event [\#33](https://github.com/line/line-bot-sdk-go/pull/33) ([sugyan](https://github.com/sugyan))
86+
- Fix typo. [\#31](https://github.com/line/line-bot-sdk-go/pull/31) ([appleboy](https://github.com/appleboy))
87+
- fix typo of `PictureURL` [\#29](https://github.com/line/line-bot-sdk-go/pull/29) ([sugyan](https://github.com/sugyan))
88+
- Add "How to Start" Section into README.md [\#27](https://github.com/line/line-bot-sdk-go/pull/27) ([PuHsiu](https://github.com/PuHsiu))
89+
- Fix documentation issues [\#26](https://github.com/line/line-bot-sdk-go/pull/26) ([kenneth-lau](https://github.com/kenneth-lau))
90+
- make ThumbnailImageURL optional [\#25](https://github.com/line/line-bot-sdk-go/pull/25) ([sugyan](https://github.com/sugyan))
91+
- fix example codes [\#23](https://github.com/line/line-bot-sdk-go/pull/23) ([mokejp](https://github.com/mokejp))
92+
- add comment to example codes [\#21](https://github.com/line/line-bot-sdk-go/pull/21) ([sugyan](https://github.com/sugyan))
93+
- Return error when channelSecret/channelToken is empty [\#19](https://github.com/line/line-bot-sdk-go/pull/19) ([sugyan](https://github.com/sugyan))
94+
- Replace `PushMessate` to `ReplyMessage` in example code [\#18](https://github.com/line/line-bot-sdk-go/pull/18) ([sugyan](https://github.com/sugyan))
95+
- Add event handler [\#17](https://github.com/line/line-bot-sdk-go/pull/17) ([mokejp](https://github.com/mokejp))
96+
- implements Marshaler to Event [\#16](https://github.com/line/line-bot-sdk-go/pull/16) ([mokejp](https://github.com/mokejp))
97+
- Update request header name. [\#12](https://github.com/line/line-bot-sdk-go/pull/12) ([kawaken](https://github.com/kawaken))
98+
- Remove linebot/vendor directory [\#11](https://github.com/line/line-bot-sdk-go/pull/11) ([mokejp](https://github.com/mokejp))
99+
- change return values of `ParseRequest` to `\[\]\*Event` [\#8](https://github.com/line/line-bot-sdk-go/pull/8) ([sugyan](https://github.com/sugyan))
100+
101+
## [1.0.0](https://github.com/line/line-bot-sdk-go/tree/1.0.0) (2016-09-29)
102+
103+
[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/f3e3a38aee47ca24ded221ce4be6d9363e3d32e1...1.0.0)
104+
105+
**Merged pull requests:**
106+
107+
- V2 [\#6](https://github.com/line/line-bot-sdk-go/pull/6) ([sugyan](https://github.com/sugyan))
108+
- add echo bot sample [\#3](https://github.com/line/line-bot-sdk-go/pull/3) ([sugyan](https://github.com/sugyan))
109+
110+
111+
112+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)