Plank v1.2.1 Release Notes

Release Date: 2018-01-17 // over 6 years ago
  • Summary

    • โž• Added make install to Makefile. Use PREFIX to specify a different installation path than /usr/local

    Basic Usage:

    make install
    

    Usage with custom installation path:

    make install PREFIX=/usr/local/Cellar/plank/1.2.1
    
    • โž• Address issues identified by SwiftLint
    • โž• Add documentation for Set type

    Commits

    56012d6 Add make install target to Makefile (#109)
    ๐Ÿ‘• 4c3f228 Add autocorrect step to Swiftlint (#107)
    ๐Ÿ“„ 3bdc34f Add Set to docs on property fields (#105)