Skip to content

Releases: synesthesia-it/Murray

3.1.0

28 Jul 19:52
91f3544
Compare
Choose a tag to compare

3.0

02 May 07:49
b09e8fe
Compare
Choose a tag to compare
3.0

Rewritten from scratch!

Murray has been rewritten from scratch, now including support for YAML and JSON configuration and much more!

2.3.1

29 Dec 14:17
Compare
Choose a tag to compare

Fixed a bug preventing shell scripts defined in Murrayfile to be executed when no other shell script where defined in procedures.

Xcode 13

13 Oct 14:37
Compare
Choose a tag to compare

Compatibilty with Xcode 13

Better Phases

10 Sep 13:54
Compare
Choose a tag to compare
  • Add before and after plugin to BonePaths
  • Renamed plugin phases to before and after

Improvements

07 Sep 12:36
Compare
Choose a tag to compare
  • Shell plugin (#37)
  • Recursive resolution of parameters in json strings (#39)
  • Bugfix: Absolute url support in Murrayfile packages (#40)
  • Bugfix: Bone clone support for repositories with BonePackage.json file in root folder (#41)
  • Support for plugin execution before and after each procedure (#44)
  • XCodePlugin is now based upon tuist/XcodeProj (written in Swift) rather than Cocoapods/Xcodeproj (written in ruby) (#33)
  • Fix folder duplication bug (#34)
  • SnakeCase filter (#35)
  • Got rid of --param explicit command. (#36)

Refactor

26 Feb 15:53
Compare
Choose a tag to compare

New Skin! (pun intended)

Murray has been completely redesign from scratch in order to be simpler, smarter and more extensible.

Key features

  • Specs and items now have a new hierachy: Specs becomes Packages, containing Procedures involving reusable Items
  • Paths are completely resolvable and include filenames: move from a template (MyFile.template.txt) to a resolvable destination (Sources/{{name}}/{{name}}.txt)
  • Packages can be cloned and directly edited inside the project. We dropped support for remote synch of a Bone repository since it was quite useful (if remote bones were changing, probably they wouldn't be compatible with already work in progress projects)
  • MurrayKit has now more separated concepts and steps (this will soon lead to a macOS App called MurrayStudio)

For documentation, please use Readme.md in the homepage.
Wiki references will only cover old 1.0 releases