Skip to content

Releases: Angry-Potato/prettier-plugin-kotlin

v2.1.0

15 Apr 08:49
Compare
Choose a tag to compare
  • regen kotato 5460d23
  • update lock file 1fd873b
  • Merge pull request #8 from sciencesakura/support_jdk9 485f86e
  • Merge pull request #5 from nao20010128nao/master bd1770c
  • Merge pull request #6 from Angry-Potato/dependabot/npm_and_yarn/acorn-5.7.4 5f1b974
  • Merge pull request #7 from Angry-Potato/dependabot/npm_and_yarn/lodash-4.17.19 2e55c75
  • Merge pull request #11 from Angry-Potato/dependabot/npm_and_yarn/ini-1.3.7 d1cc912
  • Merge pull request #12 from Angry-Potato/dependabot/npm_and_yarn/y18n-4.0.1 3334e14
  • Merge pull request #14 from Angry-Potato/dependabot/npm_and_yarn/dot-prop-4.2.1 0f0fd86
  • Merge pull request #15 from Angry-Potato/dependabot/npm_and_yarn/handlebars-4.7.7 aabe1a8
  • Bump handlebars from 4.1.2 to 4.7.7 4ec9738
  • Bump dot-prop from 4.2.0 to 4.2.1 f1eba6e
  • Merge pull request #13 from Angry-Potato/dependabot/npm_and_yarn/djv-2.1.4 e333795
  • Bump djv from 2.1.3-alpha.0 to 2.1.4 df7d99a
  • Bump y18n from 4.0.0 to 4.0.1 2746219
  • Bump ini from 1.3.5 to 1.3.7 02ea2d8
  • Set a message collector to the CompilerConfiguration to avoid the IllegalStateException in Java 9+ 07dd8d6
  • Bump lodash from 4.17.14 to 4.17.19 d2df6f1
  • Bump acorn from 5.7.3 to 5.7.4 90342d1
  • make it work at least 6e2c470
  • add vscode known issue 7db39c3
  • add usage info 8e09f30
  • add status and description and logo 2d5bf61
  • Add prettier banner to README f46e63d

v2.0.0...v2.1.0

v2.0.0

24 Jul 10:51
Compare
Choose a tag to compare
  • ditched js implementation for kastree's Kotlin Writer 9289a43
  • support multiple classes per file 6232ac7

v1.7.0...v2.0.0

v1.7.0

22 Jul 10:19
Compare
Choose a tag to compare
  • add basic init block support 77812fa
  • fix string interpolation a18e5e9
  • add basic init block support 2c9c5c5
  • functions passed by ref 9c3a5e7
  • BROKEN, WIP 4bde3e1
  • rename assignType to determinePrintFunction 0300ed0
  • refactor nasty if-else chain to for loop 5f93291
  • rm refactor-friendly control flow b65f9a7
  • refactor isFile to canPrint in function-call node 23abadd
  • refactor isFile to canPrint in operator node 4f28afa
  • refactor isFile to canPrint in type node 18b9b52
  • refactor isFile to canPrint in type node 6f548ce
  • refactor isFile to canPrint in string node 0184b2c
  • refactor isFile to canPrint in expression node 0fd3613
  • refactor isFile to canPrint in name node 928606d
  • refactor isFile to canPrint in variable-declaration node 4e38bf8
  • refactor isFile to canPrint in arg node 609d1d9
  • refactor isFile to canPrint in annotation node 99c496c
  • refactor isFile to canPrint in modifier node a1cbdc1
  • refactor isFile to canPrint in parameter node 608f6ab
  • refactor isFile to canPrint in primary-constructor node a55cd32
  • refactor isFile to canPrint in class-declaration node a9001f5
  • refactor isFile to canPrint in import-statement node 859afe7
  • refactor isFile to canPrint in package-declaration node d1599eb
  • refactor isFile to canPrint in file node fa6016b
  • rename root-node to file 2919f54
  • rm unused toProc 4912b1c
  • rm unused escapePattern 5fc350f
  • rm unused utils 8511df5
  • rm test only 1343c2c

v1.6.0...v1.7.0

v1.6.0

18 Jul 16:02
Compare
Choose a tag to compare
  • add basic support for function calls and file annotations c113222
  • add np, update scripts bdfa77e

v1.5.0...v1.6.0

v1.5.0

18 Jul 11:06
Compare
Choose a tag to compare
  • add basic accessor support 3ae5161
  • support variable declarations without expressions 9962c2f
  • standard var declarations + fix custom assertion d9ebd19
  • rename member to variable-declaration 64e5fcf
  • members with type 18fd46e
  • basic member variables 2a41d8e

v1.4.1...v1.5.0

v1.4.1

16 Jul 17:10
Compare
Choose a tag to compare

v1.4.0...v1.4.1

v1.4.0

16 Jul 17:05
Compare
Choose a tag to compare
  • first pass at primary constructor 23280ad
  • add readme for vscode install 0971830

v1.3.0...v1.4.0

v1.3.0

27 Jun 09:49
Compare
Choose a tag to compare
  • fix root node tests e23ef25
  • remove unused files brought over from the ruby plugin first pass at import statements and root node 15cb5cf
  • ignore case in package declaration b720815

v1.2.0...v1.3.0

v1.2.0

27 Jun 07:46
Compare
Choose a tag to compare
  • add literalline after package declaration 4b08e8c
  • add npm script to build and cp kotato 7a27e32

v1.1.1...v1.2.0

v1.1.1

26 Jun 16:05
Compare
Choose a tag to compare