Skip to content

Releases: franzliedke/studio

Usability improvements

17 Mar 12:42
Compare
Choose a tag to compare
  • Improved error messages: When entering invalid package names or namespaces, the error messages now explain the requirements. See #8.
  • load command: Start managing existing directories. See #9.
  • Bug fix:
    • Less unneeded backslashes in generated studio.json file.

composer.json cleanup

24 Feb 09:42
Compare
Choose a tag to compare
  • Made the license explicit for this library. It is published under the terms of the MIT License.
  • Bug fix:
    • Generated composer.json files will now contain less backslashes where they are not needed.

PhpSpec support

23 Feb 11:48
Compare
Choose a tag to compare
  • PhpSpec: Studio will now configure PhpSpec if requested (include dependencies and configure test suite with autoloading).
  • Bug fix:
    • Fixed broken autoloading for PhpUnit tests namespace.

PSR-4 and scrap command

22 Feb 18:33
Compare
Choose a tag to compare
  • PSR-4 autoloading: Studio will now configure Composer to use PSR-4 autoloading for your source and test files (if PhpUnit is configured).
  • scrap command: Makes it easy to throw away package (may only be useful for me during development)

First release

22 Feb 15:55
Compare
Choose a tag to compare

Ready for prime time!

We'll see whether this is going in the right direction and add many more tools in the next releases.