Releases: xzima/telegraff
2.0.0
Changelog
GitHub ruslanys#26
🔧 Other
-
Merge pull request ruslanys#26 from ruslanys/github-actions
- Github Actions
d88de1a9cacab35 Ruslan Molchanov 2019-11-16 07:08:48
GitHub ruslanys#27
🔧 Other
-
Merge pull request ruslanys#27 from rvsosn/feature/chat-actions
- Chat actions
7d72c77783cc483 Ruslan Molchanov 2019-12-15 10:54:16
GitHub ruslanys#28
🔧 Other
-
Merge pull request ruslanys#28 from shendera/master
- Telegram message with contact info
764ced6782274d8 Ruslan Molchanov 2020-03-06 21:04:07
No issue
✨ Features
- sample add concept form with message clearing
2b5793a61793cb2 xzima 2021-11-09 12:04:36
- sample update forms signature
d63e88ad2ae8e9c xzima 2021-11-09 11:36:06
- core extend dsl signature
48163ce93682462 xzima 2021-11-09 10:25:54
- core generify telegram message
0a86f613bd106ea xzima 2021-10-28 11:18:50
- core generify form state
a3d9708dde1c0c7 xzima 2021-10-27 16:27:22
- exception extract exception handler from FormMessageHandler
eb0e6649fb40875 xzima 2021-10-22 23:31:47
🐛 Bug Fixes
- sample fix forms
a99da81a956b93f xzima 2021-11-09 09:45:18
- autoconfigure fix client message handling
2d34d4f88a30c6e xzima 2021-11-09 09:26:43
- sample fix forms
16773a8067de433 xzima 2021-11-09 00:56:50
- autoconfigure fix forms injection problem
c2114255d1b8786 xzima 2021-11-09 00:42:21
- core answer and exception handling
47e47fc76d8b353 xzima 2021-11-02 12:32:30
📚 Documentation
- core update README.md
27924da7a40d9f1 xzima 2021-11-09 16:20:43
- sample update README.md
cb54c0125d8bebe xzima 2021-11-09 16:08:35
- readme extend build guide chapters
591b883a9b7bcf1 xzima 2021-10-18 21:41:40
- readme update local build information
189c9398cbd8f35 xzima 2021-10-14 13:28:00
🎨 Code style and formatting
- pom clear pom
d08aa1c28afd272 xzima 2021-11-03 14:07:30
- license add license header for changelog.mustache
eaf5880c0f1c453 xzima 2021-10-18 20:00:48
- pom clear warning on argLine property
ed3f75f7df8c70f xzima 2021-10-14 13:54:39
♻ Refactoring
- sample rewrite forms(handlers) for new telegraff api version
c0d6b9dc26da529 xzima 2021-11-08 23:44:20
- sample update telegraff-starter version in pom
73711fa756d3f30 xzima 2021-11-08 23:43:29
- autoconfigure return TelegramWebhookClientTest
921296489b0ef1f xzima 2021-11-03 13:28:00
- autoconfigure update autoconfiguration
9b1aa8917e83486 xzima 2021-11-02 16:48:25
- autoconfigure extend core for telegram api library
aa0ed4d612423c2 xzima 2021-11-02 16:46:52
- autoconfigure return deleted component
53428e34339c2fb xzima 2021-11-02 16:45:16
- core extract storages
08acebabd44d899 xzima 2021-10-25 00:39:59
- core make same form handlers more flexible
572d582d4658617 xzima 2021-10-24 23:25:13
- core change filter(massageHandler) internal structure
5ccca6a56f54e85 xzima 2021-10-21 15:34:06
- dsl rewrite dsl
050874adf17903e xzima 2021-10-21 15:29:17
- core remove telegram api references in dsl
aecf207e7861b4f xzima 2021-10-20 00:01:10
- core remove kotlin-script logic form dsl
b701e6af97132a7 xzima 2021-10-19 23:15:37
- core remove spring-specific logic
6fc80f9d5843518 xzima 2021-10-19 23:04:27
- core remove spring-specific tests
bb7cbf5763b19bf xzima 2021-10-19 23:01:57
📦 Build process
- pom specify tagNameFormat as project version
8a213522d855503 xzima 2021-11-24 14:43:52
-
autoconfigure configure spring-boot-configuration-processor with kapt
- see https://spring.io/guides/tutorials/spring-boot-kotlin/ (Configuration properties)
- see https://kotlinlang.org/docs/kapt.html#using-in-maven
1ef8ae0b9c61193 xzima 2021-11-09 00:00:57
-
pom add springmockk
- exclude mockito
- add springmockk
- specify springmockk version in parent pom
- clear parent pom
4bb552c26808a33 xzima 2021-11-03 13:31:41
-
pom extract dependencies to parent
- extract dependencies version from core pom
- reorganize dependencies in autoconfigure pom
- extend parent pom
1ec5f7bb724c1cf xzima 2021-11-02 16:41:47
-
pom clear telegraff-core dependencies
- remove spring, kotlin-script and redundant tests dependencies from pom.xml
- add kotlin-logging as project logger
- add logback-classic as logging implementation for kotlin-logging
2f381282fc67d29 xzima 2021-10-19 22:59:38
- pom remove redundant dependency
f2cb205e801c6ca xzima 2021-10-19 22:56:40
- pom up version to 2.0.0-SNAPSHOT
1fe885c6fb8d57d xzima 2021-10-18 22:33:16
-
pom extract profiles
- extract coverage as profile
- extract changelog as profile
- extract release-note as profile
- minimize test configuration
- configure ignore maven-release-plugin commits
3f96480c49dd5ba xzima 2021-10-18 21:03:22
-
pom configure changelog
- add template for changelog generation
- configure git-changelog-maven-plugin for changelog generation
- update CHANGELOG.md
d7f0bb705c8369c xzima 2021-10-14 16:37:17
- pom add changelog and github-release plugins
b864fcf900e16a6 xzima 2021-10-14 13:32:46
-
pom change logic for jitpack usage
- run test on default
- drop release profile
- move dokka-maven-plugin and maven-source-plugin executions to default flow
d0c2c107e833a10 xzima 2021-10-14 13:27:01
🔧 Other
- extend README.md
d3fe983c8b0768c xzima 2021-10-13 23:06:48
-
pom reorganization
- rename tests back
bc4fe7a494b7760 xzima 2021-10-13 23:06:35
-
configure copyright
- fix tests(split unit and integration)
- configure maven by ideal example(https://github.com/DSpace/DSpace)
- add LICENSE_HEADER.txt as template
7487b6aabaa9ce4 xzima 2021-10-09 22:41:08
-
configure copyright
- add license headers to sources
- configure .gitattributes
- update LICENSE.txt
- add LICENSE_HEADER.txt
18d1bb47c5f5509 xzima 2021-10-09 18:54:35
-
migrate to maven examples
- transform gradle settings to maven
- replace gradlew with mvnw
- fix code
- update dependencies
- extend .gitignore
15c7ab0d43f795c xzima 2021-10-08 22:35:22
-
migrate to maven
- transform gradle settings to maven
- replace gradlew with mvnw
- fix code
- update de...