- Updated to use ECMAScript 2015 Object.assign. (#14)
- fix: simple-plist@1 update in dependencies (#30)
- drop support for Node.js pre-6.0 #29
- feat: omit objects with empty values (#24)
- Resolve issue with
pbxFile
extension (#31) - uuid@3 update (#40)
- move
pegjs
todevDependencies
inpackage.json
(#10) - Fixed bug where comment is not removed on removing embedded frameworks. (#5)
- Remove trailing whitespace from
lib/pbxWriter.js
(#35) - docs(readme): highlight code example (#25)
- update invalid link to PEGjs in
README.md
(#8) - CB-14145 explicit nodeunit@^0.11.3 update in
devDependencies
(#10)
- Bump version to 1.0.0 to represent stability and follow semver more closely
- Fix null-access errors in
addTo/removeFrom*PbxGroup
methods - Fix possible null-access error in
removeFromFrameworksPbxGroup
- add check for
isArray
so that strings don't cause an error when calling.filter
- Updated License, Copyright, Contributors and repo url, in prep for contributing this project to Apache Cordova