Skip to content

Releases: boul2gom/nullptr-tools

✨ New project name

30 Jan 23:33
Compare
Choose a tag to compare
v1.3.2

v1.3.2 Release

v1.2.0

25 Mar 15:28
Compare
Choose a tag to compare

🐳 Docker module released !

  • A module to interact with the Docker client, with wrappers and callbacks for all commands. You can easily interact with containers, images, networks, Swarm and volumes.

πŸ“ Changelog:

✨ Features

  • The Pair type, to associate two values
  • Event handling system
  • Data receiving and dispatching system

πŸ› Bug fixes:

  • Duplicated Logger instance in PubSub manager
  • Misc CI and Dependabot bugs

πŸ“œ Miscellaneous

  • Aggregate Javadoc from all modules in a single main page
  • Add default "i18n" folder in the I18n loader if you don't provide it
  • Add Dependabot and some repo-specific files like License, Sponsor, Code author, etc

v1.1.1

21 Mar 17:16
Compare
Choose a tag to compare

✨ Refactor whole project

  • Split project in submodule, follow Readme and Javadoc for usage