Releases: d10xa/jadd
Releases · d10xa/jadd
v0.1.20
v0.1.18
0.1.16
- Improve gradle update (support determination of quotes and configuration).
- Add output-format for gradle-kotlin, maven, mill, sbt
- Use better-files for all file interactions
- Implement --output-format for search command
- Parameter --dry-run removed
- Init explicit maybeScalaVersion at artifact initialization from string when artifact ends with known scala version
- Refactoring with cats.data.Ior (#77)
- Fix antlr dependency scope parsing
- Remove dead code with ArtifactView implicits
- Change return type of Pipeline.applicable to
F[Boolean]
- Implement install command for ammonite script (closes #78)
- Update dependencies and plugins
- Add --output-format jadd-no-versions (closes #75)
- Make all tests extends TestBase
- Parse scalaVersion from build.sbt
- Add shortcuts: elasticsearch-rest-high-level-client, pprint, scalatags
- Set default repository mavenCentral for testcontainers-scala, com.softwaremill.sttp
0.1.15
- Add support for jrequirements (hello pip)
jadd i -r jrequirements.txt
- Implement --output-format for show command (ammonite, groovy, gradle, leiningen)
jadd show --output-format ammonite
- Add support for show command for file project/Dependencies.scala
- Online repl autocomplete
s groupId:<TAB>
- Implement show command for maven projects
- Fix missing unshort repository
s --repository google com.google.android.gms:strict-version-matcher-plugin
- Add shortcuts for elasticsearch, flyway, jooq, json-flattener, monocle, better-files, requests-scala
- Add wartremover plugin
0.1.14
- Get rid of println
- Print available versions at install and search #39
- Add test for insert maven dependency with scope test
- Add .scalafmt.conf
- Implement show command for sbt with antlr #35
- Fix replace of scala percents for insert
- Add error list for load version methods (Instead of single error)
- Add http proxy support (based on jvm parameters) #59
- Use version defined in artifact instead of receive from repositories
- Add shortcuts for repl commands (i - install, s - search)
0.1.13
- command
show
now prints artifacts (gradle) - command
show
for gradle support string interpolation - get rid of circe json parser
- Respect --repository for command install
- Utils.scala refactoring
- wiremock tests
- tests for jadd-shortcuts.csv
- add github release badge
- quiet mode