Skip to content

Releases: yanosea/jrp

🚀v2.1.7

27 Feb 16:12
b758575
Compare
Choose a tag to compare

What's Changed

  • 🐞fix: update usage templates to include arguments notation by @yanosea in #107

Changelog

  • b758575 Merge pull request #107 from yanosea/106-fix-usage-templates
  • 444f17c 🐞fix: update usage templates to include arguments notation

Full Changelog: v2.1.6...v2.1.7

🚀v2.1.6

25 Feb 06:20
52ec18e
Compare
Choose a tag to compare

What's Changed

  • 👷chore: update CREDITS by @yanosea in #103
  • 🔨refactor: move JRP DB settings from JrpConfig to JrpCliConfig by @yanosea in #105

Changelog

  • a3c342d Merge pull request #103 from yanosea/102-update-credits
  • 52ec18e Merge pull request #105 from yanosea/104-jrpconfig-has-cli-specific-config
  • 6f5493a 👷chore: update CREDITS
  • 44f9fb2 🔨refactor: move JRP DB settings from JrpConfig to JrpCliConfig

Full Changelog: v2.1.5...v2.1.6

🚀v2.1.5

17 Feb 12:52
30a9ab3
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump modernc.org/sqlite from 1.34.5 to 1.35.0 by @dependabot in #100
  • build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #101

Changelog

  • 640057a Merge pull request #100 from yanosea/dependabot/go_modules/modernc.org/sqlite-1.35.0
  • 30a9ab3 Merge pull request #101 from yanosea/dependabot/go_modules/github.com/spf13/cobra-1.9.1
  • 61a21a9 build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1
  • 18e2e80 build(deps): bump modernc.org/sqlite from 1.34.5 to 1.35.0

Full Changelog: v2.1.4...v2.1.5

🚀v2.1.4

16 Feb 13:59
c25e4c8
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 by @dependabot in #99

Changelog

  • c25e4c8 Merge pull request #99 from yanosea/dependabot/go_modules/github.com/spf13/pflag-1.0.6
  • f077d9b build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6

Full Changelog: v2.1.3...v2.1.4

🚀v2.1.3

29 Jan 03:51
676e4bc
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/briandowns/spinner from 1.23.1 to 1.23.2 by @dependabot in #96
  • build(deps): bump modernc.org/sqlite from 1.34.4 to 1.34.5 by @dependabot in #95
  • 👷chore: update CREDITS by @yanosea in #98

Changelog

  • 6fe1187 Merge pull request #95 from yanosea/dependabot/go_modules/modernc.org/sqlite-1.34.5
  • 8334f53 Merge pull request #96 from yanosea/dependabot/go_modules/github.com/briandowns/spinner-1.23.2
  • 676e4bc Merge pull request #98 from yanosea/97-update-credits
  • 24d09df build(deps): bump github.com/briandowns/spinner from 1.23.1 to 1.23.2
  • 4fe425a build(deps): bump modernc.org/sqlite from 1.34.4 to 1.34.5
  • 0f6241e 👷chore: update CREDITS

New Contributors

Full Changelog: v2.1.2...v2.1.3

🚀v2.1.2

27 Jan 01:43
28659fe
Compare
Choose a tag to compare

What's Changed

  • ✨feat: add CORS config for development environment by @yanosea in #94

Full Changelog: v2.1.1...v2.1.2

🚀v2.1.1

25 Jan 15:15
f048247
Compare
Choose a tag to compare

What's Changed

  • 👷chore: update dependencies and clean up licenses by @yanosea in #92

Changelog

  • f048247 Merge pull request #92 from yanosea/91-update-gomod-and-gosum
  • 4ffd956 👷chore: update dependencies and clean up licenses
  • 4af9831 📚doc: add update instruction for jrp-server in README.md

Full Changelog: v2.1.0...v2.1.1

🚀v2.1.0

25 Jan 14:51
d7fd27c
Compare
Choose a tag to compare

What's Changed

  • 🔨refactor: remove unnecessary Version field from cli struct by @yanosea in #85
  • ✨feat: add API server implementation using Echo framework by @yanosea in #87
  • ✨feat: add Swagger UI for API documentation by @yanosea in #90

Changelog

  • d48486c Merge pull request #85 from yanosea/84-remove-unused-version-field-from-cli-struct
  • 6d29021 Merge pull request #87 from yanosea/86-add-api-server-implementation-with-echo-framework
  • d7fd27c Merge pull request #90 from yanosea/88-add-swagger-documantation
  • bb74df5 ✨feat: add API server implementation using Echo framework
  • f7f6fef ✨feat: add Swagger UI for API documentation
  • cca88a6 💄style: add periods to comments and complete docstrings
  • d0e2b5e 📚doc: add API server documentation and restructure content
  • 0b19ce3 📚doc: update docs/coverage.html
  • 68669e7 🔨refactor: remove unnecessary Version field from cli struct
  • fb90ac0 🔨refactor: rename api/jrp directory to api/jrp-server
  • 64e07e2 🚨test: add tests for server, config, formatter, utility packages

Full Changelog: v2.0.2...v2.1.0

🚀v2.0.2

24 Jan 07:21
f8ae299
Compare
Choose a tag to compare

What's Changed

  • 🚀perf: optimize bulk inserts in history repository by @yanosea in #83

Changelog

  • 2df8d62 🚀perf: optimize bulk inserts in history repository
  • 4b9923a 🚨test: update tests of SaveAll method in the history repository

Full Changelog: v2.0.1...v2.0.2

🚀v2.0.1

23 Jan 16:18
b218fa7
Compare
Choose a tag to compare

What's Changed

  • 🔨refactor: restructure application with clean architecture by @yanosea in #77
  • 👷chore: update module path for v2 by @yanosea in #79

Changelog

  • 169c45a Merge pull request #77 from yanosea/76-apply-clean-architecture
  • e6d1f44 👷chore: Update CodeQL actions from v2 to v3
  • 74b7f11 👷chore: add Docker configuration for test environment setup
  • 235c3e1 👷chore: introduce Makefile.toml for task management
  • 58677e5 👷chore: update CI configuration and Go version to 1.23
  • 5f99e25 👷chore: update .gitignore for better project structure
  • 171976b 👷chore: update configuration for new repository structure
  • f4d43dc 📚doc: add package documentation using godoc format
  • e4104ed 📚doc: update README.md for command and environment improvements
  • 5f073e6 📚doc: update docs and CREDITS
  • f2fb113 🔨refactor: restructure application with clean architecture
  • a8f2254 🚨test: add mock objects generated by GoMock
  • c0061b8 🚨test: add unit tests for jrp application components

Full Changelog: v1.2.3...v2.0.1