neonizer

Collection of useful scripts for manipulaton with NEON files. Support composer pre-install / post-install events. Set/get parameters, validate files.

MIT License

Downloads
309.8K
Stars
13
Committers
7

Bot releases are visible (Hide)

neonizer - v0.6.0 Latest Release

Published by f3l1x 8 months ago

Bumped! 🇪🇺

Diff: https://github.com/contributte/neonizer/compare/v0.5.0...v0.6.0

Changes:

  • Normalize values (#23) [5c094ae6728d8f24b44f10f247016e795b0d9940] (@petrparolek)
  • CI: modernize [58814b877108d096e795ea82ad87c27cce562f10] (@f3l1x)
  • Composer: require PHP 8.1 [365209d225293952044c75eee0207b7a08dac0c9] (@f3l1x)
  • Composer: require nette/neon 3.4.x [631029e22b90172a267f82fdf19f734c614cd20a] (@f3l1x)
  • Code: add types, refactoring [b2381c056a4d7c9acca54d353af4849bfb7816cf] (@f3l1x)
  • Composer: require composer v2.6+ [7b5454b086326becd43cbe9c2716951daa6ab538] (@f3l1x)

Maintenance:

  • Composer: open v0.6.x [d1aab04bb58ac36bdf95392671055848bd4f4e05] (@f3l1x)
  • Add kodiakbot [8ce889f1c4736017d778f00fc5627ac60ff69f78] (@f3l1x)
  • Polished docs (#18) [cb3cb0121d6979a964881a2473efaf817e0e8f76] (@petrparolek)
  • Codestyle: improvements (#19) [344c416a87c6afec87f4ffc0b8a1da23aad68cf5] (@petrparolek)
  • fixed composer link [4d3c847715615b389735724555a22365f3b783c4] (@petrparolek)
  • fixed tests [68a5df14aab0b8aad4e9816e5acce414bbb18fab] (@petrparolek)
  • fixed code reported by PHPStan [3e48e57bc6c1b94662ec46b25aa4dd8bbdf7031a] (@petrparolek)
  • upgrade PHPStan [491c7ecae2931ab98ac870ba96d5749368f5f880] (@petrparolek)
  • improvements, updated composer packages, added allow-plugins in composer.json, improved phpstan [4a2fd13a300dc2cb0922c59201f4c7c0df2849d1] (@petrparolek)
  • Maintenance: editorconfig, makefile, phpstan, codesniffer [495fc4d5c167c85986d578af6ca5587dfdac0fcc] (@f3l1x)
  • Composer: update dev tools [5765a6a4eadecfd5bb18ba342e8ad898ff0f035c] (@f3l1x)
  • Versions: bump [ae0f9a40a8d5d73b9bb92f585830c64e69c837e5] (@f3l1x)
neonizer - v0.5.0

Published by f3l1x almost 4 years ago

Bumped! 🦾

Diff: https://github.com/contributte/neonizer/compare/v0.4.2...v0.5.0

Changes:

  • PHP 8
  • Travis -> Github Actions
  • PHPStan v0.12
  • Readme modernize
neonizer - v0.4.2

Published by mabar almost 5 years ago

neonizer - v0.4.1

Published by mabar almost 5 years ago

neonizer - v0.4.0

Published by mabar over 5 years ago

neonizer - v0.3.0

Published by mabar over 5 years ago

Bumped! 😉

Diff: https://github.com/contributte/neonizer/compare/v0.2.2...v0.3.0

Changes:

  • Allow use int, float, boolean, null and neon entities in template files
neonizer - v0.2.2

Published by f3l1x about 6 years ago

Bump! 🤒

Diff: https://github.com/contributte/neonizer/compare/v0.2.1...v0.2.2

Changes:

  • Better config merging [#8] [#9]
neonizer - v0.2.1

Published by f3l1x over 6 years ago

Bump! 🕳

Diff: https://github.com/contributte/neonizer/compare/v0.2...v0.2.1

Changes:

  • QA improvements [#7] [#6]
  • Readme: contributte's style [#5] [#4]
neonizer - v0.2

Published by f3l1x over 6 years ago

Bump! 🎉

Diff: https://github.com/contributte/neonizer/compare/v0.1...v0.2

Changes:

  • internal refactoring
  • PHP 7.1 [#3]
  • support more commands:
    • validate (thanks @jiripudil) [#2] [#1]
    • set

"scripts": {
    "set-config": [
      "Contributte\\Neonizer\\NeonizerExtension::set"
    ]
}

Then run:

composer set-config -- $(pwd)/app/config/config.local.neon --database.host=localhost --database.user=neonizer

Do you like environment variables?

composer set-config -- $(pwd)/app/config/config.local.neon --database.host=$DATABASE_HOST --database.user=$DATABASE_USER
neonizer - v0.1

Published by f3l1x almost 7 years ago

First bump! 👊