Commit Graph

133 Commits

Author SHA1 Message Date
Brian Norman 52ebc56f44 Add section on Kotlin version compatibility to README 2021-11-26 15:44:04 -06:00
Brian Norman 2e5de9f58e Prepare next development version 2021-11-18 21:49:29 -06:00
Brian Norman 5a1b70bd91 Prepare for release 0.11.0 2021-11-18 21:46:30 -06:00
Brian Norman f6291d8b00 Merge pull request #51 from bnorm/kotlin-1.6.0
Update to Kotlin 1.6.0
2021-11-18 21:32:09 -06:00
Brian Norman ebd56df819 Update to Kotlin 1.6.0 2021-11-18 21:26:57 -06:00
Brian Norman 1f67ead0f7 Prepare next development version 2021-06-29 21:13:00 -05:00
Brian Norman 76f56031c7 Prepare for release 0.10.0 2021-06-29 21:08:06 -05:00
Brian Norman ecc641f76f Merge pull request #48 from bnorm/kotlin-1.5.20
Kotlin 1.5.20
2021-06-29 09:42:48 -05:00
Brian Norman b43873fbdb Update to Kotlin 1.5.20 2021-06-25 14:02:19 -05:00
Brian Norman dd730e2da6 Testing Kotlin 1.5.20 with the sample 2021-06-25 13:42:48 -05:00
Brian Norman 36449cbc5e Prepare next development version 2021-06-02 12:58:39 -05:00
Brian Norman 76fae21e24 Prepare for release 0.9.0 2021-06-02 12:54:27 -05:00
Brian Norman d9c2a5ad56 Merge pull request #47 from bnorm/kotlin-1.5.10
Update to support Kotlin 1.5.10
2021-06-02 12:41:02 -05:00
Brian Norman 12a808e8e7 Update to support Kotlin 1.5.10 2021-06-01 22:31:12 -05:00
Brian Norman ab0d5d4d63 Prepare next development version 2021-05-12 16:33:07 -05:00
Brian Norman b3797be47e Prepare for release 0.8.1 2021-05-12 16:27:09 -05:00
Brian Norman 077b6416a7 Merge pull request #44 from bnorm/lambdas
Do not transform lambda expression bodies
2021-05-12 16:14:50 -05:00
Brian Norman 6e1d51af37 Do not transform lambda expression bodies 2021-05-12 09:08:48 -05:00
Brian Norman c867863352 Merge pull request #42 from saket/patch-1
Add configuration instructions in groovy to readme
2021-05-11 12:09:55 -05:00
Saket Narayan fc316484d0 Add configuration instructions in groovy to readme
Thought this would be helpful for people who're still groovy, like me. The name of the extension can only be found by digging inside the sources.
2021-05-11 00:59:04 -04:00
Brian Norman b9fefe72d0 Prepare next development version 2021-05-06 17:35:49 -05:00
Brian Norman 5fab745be9 Prepare for release 0.8.0 2021-05-06 17:25:09 -05:00
Brian Norman 892f619371 Merge pull request #40 from bnorm/kotlin-1.5.0
Kotlin 1.5.0
2021-05-06 17:03:19 -05:00
Brian Norman 7e4e2f98c7 Compile the plugin against Kotlin 1.5.0 2021-05-01 18:50:56 -05:00
Brian Norman 3a09e7a0a8 Testing against Kotlin 1.5.0 2021-04-26 08:35:30 -05:00
Brian Norman 01c6752425 Testing against Kotlin 1.5.0-RC 2021-04-26 08:34:55 -05:00
Brian Norman 5927d6899d Testing against Kotlin 1.5.0-M2 2021-04-26 08:34:55 -05:00
Brian Norman 2a7693e465 Merge pull request #41 from bnorm/multi-parameter
First attempt at multi-parameter function support
2021-04-25 09:30:25 -05:00
Brian Norman ef2eabe702 Better error message for single parameter functions 2021-04-24 12:56:24 -05:00
Brian Norman dc2d522b03 Fix linting errors 2021-04-24 12:35:42 -05:00
Brian Norman b4ce1c12b6 Cleanup and additional tests 2021-04-24 12:31:26 -05:00
Brian Norman 4a9e145d55 First attempt at multi-parameter function support 2021-04-22 23:49:34 -05:00
Brian Norman 9a2d671749 Merge pull request #39 from bnorm/generic-diagramming
Generic Parameter Diagramming
2021-04-04 18:54:31 -05:00
Brian Norman 8d73179c89 Fix up formatting issues 2021-04-04 17:58:05 -05:00
Brian Norman ce119c9d92 Fix Java 8 compilation error 2021-04-03 17:51:57 -05:00
Brian Norman 98b80f35ca Simplify initial power assert transformer call 2021-04-03 17:49:38 -05:00
Brian Norman 8ace9f05f5 Clean up temporary variable nesting logic 2021-04-03 17:45:29 -05:00
Brian Norman f8270b4cc9 Allow functions with a single argument of any type 2021-04-03 17:20:52 -05:00
Brian Norman bf1067a9fd Prepare for diagramming of generic expressions 2021-04-03 12:29:39 -05:00
Brian Norman ef9c6e19b3 Merge pull request #37 from bnorm/integration
Make samples actually integration tests
2021-04-03 12:25:22 -05:00
Brian Norman d7d87a373d Make samples actually integration tests 2021-03-14 16:29:32 -05:00
Brian Norman f6fe899c77 Prepare next development version 2021-02-04 17:10:19 -06:00
Brian Norman a39bea1bda Prepare for release 0.7.0 2021-02-04 17:00:24 -06:00
Brian Norman 8e6a991aec Merge pull request #32 from bnorm/kotlin-1.4.30
Testing Kotlin 1.4.30
2021-02-04 16:51:40 -06:00
Brian Norman dcf47230f8 Merge branch 'master' into kotlin-1.4.30 2021-02-03 18:07:25 -06:00
Brian Norman bd7ab03e76 Testing Kotlin 1.4.30 2021-02-03 18:06:59 -06:00
Brian Norman 003fa96655 Merge pull request #34 from bnorm/regex-matches
Fix extension infix function diagrams
2021-01-28 23:16:44 -06:00
Brian Norman 53bec88d9b Fix extension infix function diagrams 2021-01-28 23:05:28 -06:00
Brian Norman 871878bc2e Testing Kotlin 1.4.30-RC 2021-01-28 21:56:52 -06:00
Brian Norman 237aa15396 Testing Kotlin 1.4.30-M1 2020-12-22 12:18:59 -06:00