Skip to content

Releases: poac-dev/poac

0.3.3

12 Jun 04:51
788bbbe
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.3.3

0.3.2

10 Jun 22:34
6afdbbd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

27 May 15:18
0afee72
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

27 May 09:40
1d04369
Compare
Choose a tag to compare

What's Changed

Read more

0.2.1

01 Jun 02:56
353368f
Compare
Choose a tag to compare

Differences from 0.2.0

  • Internal Build System

    • Improve generation of -std=c++ option. (#91)
    • Able to specify gnu mode in poac.yml. (#55)
  • install sub-command

    • Fix semver bug.
    • Improve behavior.

0.2.0

29 May 21:16
b2ce6da
Compare
Choose a tag to compare

Differences from 0.1.2

  • Improve source code.

  • Support for MSVC. (#114)

  • Internal Build System

    • Change to display ==> name only when building dependencies.
    • Improve so that "lib" prefix is ​​attached to static link library and dynamic link library.
  • new sub-command

    • If exist the git command when executing the new sub-command, execute git init.
    • We can now select applications and libraries when executing the new sub-command. (--bin, --lib)
    • Improvement of display when new sub-command is executed.
  • install sub-command

    • Fix installation error when GitHub is source.
    • Improve a speed of resolving dependency.
    • Improve UX.
  • publish sub-command

    • Fix error.
    • Improve UX.
  • search sub-command

    • Accent a matched text. (#60)
  • Internal Network library

    • Support redirect.
    • Improved to print progress bar when reading/writing a file.
  • API

    • Add limit to API.
    • Implement archive API.
    • Change implementation language from Typescript to Go.

Destructive updates

  • Change API from /:name/:version/deps to /deps/:name/:version.
  • Change domain from poac.io to poac.pm (docs.poac.io -> doc.poac.pm, sh.poac.io -> sh.poac.pm).
  • Move documents from poacpm/poac/docs to poacpm/doc.poac.pm.
  • Move API from poac.pm/api/* to api.poac.pm.
  • Delete public access authority for all user.

0.1.2

03 Feb 20:09
2a38827
Compare
Choose a tag to compare

Differences from 0.1.1

  • To switch internal network library completely from libcurl to Boost.Beast.
  • Support for Linux (GNU, x86-64) and Windows (Windows Subsystem for Linux)! 🎉

0.1.1

02 Feb 10:10
0bb4ff3
Compare
Choose a tag to compare

Differences from 0.1.0

  • Change poac.pm to poac.io (tentative).
  • Implement graph command.
  • Some bug fixes.

0.1.0

30 Jan 05:53
bc8e20f
Compare
Choose a tag to compare