1. b779a34 refactor(PluginInfo): cleanup & simplify (#132) by Raphael von der Grün · 4 years, 4 months ago
  2. 6f922c0 refactor(misc): cleanup & simplify (#131) by Raphael von der Grün · 4 years, 4 months ago
  3. 5f245f0 refactor(ConfigChanges): simplify (#130) by Raphael von der Grün · 4 years, 4 months ago
  4. 4b03d3d refactor(xml-helpers): DRY & simplify (#128) by Raphael von der Grün · 4 years, 4 months ago
  5. 0a94812 fix: broken lock file from #95 (#129) by Raphael von der Grün · 4 years, 4 months ago
  6. e0ed53a refactor(munge-util): DRY & simplify (#127) by Raphael von der Grün · 4 years, 4 months ago
  7. 077b8cf TEST: Test using GitHub workflows for CI (#95) by Darryl Pogue · 4 years, 4 months ago
  8. fd93323 test(ConfigFile): group & cleanup tests (#125) by Raphael von der Grün · 4 years, 5 months ago
  9. e2a4848 chore!: remove main export mungeUtil (#126) by Raphael von der Grün · 4 years, 5 months ago
  10. 51c646b refactor: FileUpdater (#123) by Raphael von der Grün · 4 years, 5 months ago
  11. 485a82c refactor: use ES6 classes where applicable (#119) by Raphael von der Grün · 4 years, 5 months ago
  12. 051cb9a refactor: use template strings where applicable (#118) by Raphael von der Grün · 4 years, 5 months ago
  13. 95010ef refactor: use property shorthand notation (#116) by Raphael von der Grün · 4 years, 5 months ago
  14. e815a29 refactor: transform var to let/const (#115) by Raphael von der Grün · 4 years, 5 months ago
  15. 1306980 refactor: do not alias `this` (#114) by Raphael von der Grün · 4 years, 5 months ago
  16. 574eea1 refactor: use arrow functions where applicable (#113) by Raphael von der Grün · 4 years, 5 months ago
  17. 1318ab5 refactor: move CordovaError module up (#120) by Raphael von der Grün · 4 years, 5 months ago
  18. 641be1e refactor(CordovaError)!: remove unused features (#117) by Raphael von der Grün · 4 years, 5 months ago
  19. 2021a39 chore: remove support for ubuntu platform (#111) by Raphael von der Grün · 4 years, 5 months ago
  20. 1a76138 chore: consolidate eslint configs (#109) by エリス · 4 years, 5 months ago
  21. 5f7724a style: drop jasmine env workaround (#108) by Raphael von der Grün · 4 years, 5 months ago
  22. 291158c refactor: eslint setup (#105) by エリス · 4 years, 6 months ago
  23. 8aa0760 test: always run code coverage during `npm test` (#107) by Raphael von der Grün · 4 years, 6 months ago
  24. ed041ac ci(travis): run codecov using npx in after_success (#106) by Raphael von der Grün · 4 years, 6 months ago
  25. 31a58cd chore: bump production dependencies (#103) by エリス · 4 years, 6 months ago
  26. 55d6302 chore: update jasmine dependencies & config (#101) by エリス · 4 years, 6 months ago
  27. c76fc60 chore: replace instanbul w/ nyc (#100) by エリス · 4 years, 6 months ago
  28. e79ef47 chore: drop unused & unneeded dependencies (#102) by エリス · 4 years, 6 months ago
  29. 2fb32fe chore: improve npm ignore list (#104) by エリス · 4 years, 6 months ago
  30. 40cb6ce feat: Replace addProperty with ES6 getters (#96) by Raphael von der Grün · 4 years, 6 months ago
  31. d53d266 fix: PluginInfoProvider for scoped plugins (#94) by Raphael von der Grün · 4 years, 6 months ago
  32. 6583aef chore: update strip-bom@4 (#71) by Chris Brody · 4 years, 6 months ago
  33. 7ceeeb4 chore: drop node 6 and 8 support (#90) by エリス · 4 years, 6 months ago
  34. 7c2b8cf Use Array.prototype.find in CordovaError (#97) by Raphael von der Grün · 4 years, 6 months ago
  35. 8bd95b4 Increment package version to 4.0.0-dev by Erisu · 4 years, 6 months ago
  36. bd32d6c Update version & RELEASENOTES.md for 3.2.1 by Erisu · 4 years, 6 months ago
  37. b75af03 Re-apply fix for failing CordovaError test (#93) by Raphael von der Grün · 4 years, 6 months ago
  38. 27fd18e Remove obsolete JSHint comments (#92) by Raphael von der Grün · 4 years, 6 months ago
  39. cfa7b3e Convert CordovaError to ES6 class (#87) by Raphael von der Grün · 4 years, 7 months ago
  40. 2704c91 (windows) Add .jsproj as file extension for XML files (#62) (#78) by holyhoehle · 4 years, 8 months ago
  41. d1a10a9 revert: #24 CB-14108: fix incorrect count in config_munge (#89) by エリス · 4 years, 9 months ago
  42. d73d7fa Merge pull request #82 from brodybits/general-cleanup-with-eslint-update by Chris Brody · 4 years, 10 months ago
  43. 112b5cd eslint cleanup fixes for: padded-blocks by Christopher J. Brody · 4 years, 10 months ago
  44. a339f53 (semi)standard eslint updates by Christopher J. Brody · 4 years, 10 months ago
  45. 15c86eb eslint cleanup fix for: no-prototype-builtins by Christopher J. Brody · 4 years, 10 months ago
  46. 83954d6 eslint cleanup fixes: operator-linebreak (#86) by Chris Brody · 4 years, 10 months ago
  47. cbe9632 remove no-throw-literal lint exception not needed (#81) by Chris Brody · 4 years, 10 months ago
  48. ea24546 Fix ESLint violations where applicable (#83) by Raphael von der Grün · 4 years, 10 months ago
  49. 5a35287 Update to jasmine 3.4 & fix resulting spec failures (#80) by Raphael von der Grün · 4 years, 11 months ago
  50. fe684d2 Promise handling cleanup in specs (#79) by Raphael von der Grün · 4 years, 11 months ago
  51. 37f480c Do not ignore AppVeyor failures on Node.js 12 (#77) by Chris Brody · 4 years, 11 months ago
  52. 4ac4d51 Increment package version to 3.2.1-dev by Christopher J. Brody · 5 years ago
  53. 6801475 Update version & RELEASENOTES.md for 3.2.0 by Christopher J. Brody · 5 years ago 3.2.0 rel/3.2.0
  54. 1cb226d Add Node.js 12 to CI Services (#68) by Darryl Pogue · 5 years ago
  55. 8440f18 (ios) Plist document not indented with tabs by Oliver Salzburg · 5 years ago
  56. 49a0d69 Update fs-extra to v8 (#70) by Darryl Pogue · 5 years ago
  57. 9cd117e Add example usage of podspec declarations by Piotr · 5 years ago
  58. a5cd232 implement setPreference and setPlatformPreference by Luo Gang · 5 years ago
  59. 469e7b4 Catch leaked exceptions in superspawn and convert them to rejections by Raphael von der Grün · 5 years ago
  60. 3c72aec Merge pull request #65 from raphinesse/test-fixes by Raphael von der Grün · 5 years ago
  61. b95bd84 Fix failing CordovaError test by Raphael von der Grün · 5 years ago
  62. 83b27cd Properly handle promise in superspawn test by Raphael von der Grün · 5 years ago
  63. f9951b3 Add or update GitHub pull request and issue template by Jan Piotrowski · 5 years ago
  64. 470718c Set version to 3.1.1-dev by Christopher J. Brody · 5 years ago
  65. 2492998 Update version & RELEASENOTES.md for release 3.1.0 by Christopher J. Brody · 5 years ago 3.1.0 rel/3.1.0
  66. 1bbc93d Merge pull request #60 from brodybits/events-singleton by Chris Brody · 5 years ago
  67. cb62920 Update Cordova events to use a real singleton by Christopher J. Brody · 5 years ago
  68. b47a6fb Refactor Cordova events into ES6 class by Christopher J. Brody · 5 years ago
  69. 1bb65ca Merge pull request #59 from brodybits/events-spec-updates by Chris Brody · 5 years ago
  70. 0ceb960 Add Cordova events emit method tests to spec by Christopher J. Brody · 5 years ago
  71. 87504de Explicit Cordova events section in spec by Christopher J. Brody · 5 years ago
  72. 6667cfc Refactor CordovaLogger to singleton class (#53) by Darryl Pogue · 5 years ago
  73. f26ffc4 Verbose test reporter (#55) by Chris Brody · 5 years ago
  74. 5599cef Cleanup indentation spacing in jasmine.json (#54) by Chris Brody · 5 years ago
  75. 2110597 Incremented package version to 3.0.1-dev by Darryl Pogue · 5 years ago
  76. a7dbf09 Updated version and RELEASENOTES.md for v3.0.0 by Darryl Pogue · 5 years ago 3.0.x 3.0.0 rel/3.0.0
  77. 193c9f3 Fix eslint object-curly-spacing complaints by Darryl Pogue · 5 years ago
  78. c2f83b0 Update fs-extra and eslint dependencies by Darryl Pogue · 5 years ago
  79. 1b4c649 Use `cross-spawn` for platform-independent spawning by Raphael von der Grün · 6 years ago
  80. be6c0ea add method getPodSpecs and add related tests by knaito · 6 years ago
  81. 9c6cda3 CB-13496: Fix greedy regex in plist-helpers by Darryl Pogue · 6 years ago
  82. ce3801a CB-14108: fix incorrect count in config_munge in ios.json and android.json by Ken Naito · 6 years ago
  83. 69dd3f9 Normalize whitespace (#46) by Raphael von der Grün · 6 years ago
  84. 446adc1 Fix xml-helpers issue by adding close tag by knaito · 6 years ago
  85. 075e0ba CB-13685 android: Update ConfigParser for Adaptive Icons by エリス · 6 years ago
  86. 52b8f4f Make PlatformJson.generateMetadata more readable by Raphael von der Grün · 6 years ago
  87. 8bb30fc type attributes for header-file is added by knaito · 6 years ago
  88. b296be5 Simplify some helpers in util/xml-helpers (#40) by Raphael von der Grün · 6 years ago
  89. d3a8dee Pin Jasmine@~3.1.0 (#37) by エリス · 6 years ago
  90. d2dca1c CB-12016: (all) Removed cordova-registry-mapper dependency by エリス · 6 years ago
  91. 7bf9627 CB-14099 osx: Fixed Resolve Config Path for OSX by エリス · 6 years ago
  92. c104401 .travis.yml add spacing by Christopher J. Brody · 6 years ago
  93. bb7eec1 Increment package version to 3.0.0-dev by Christopher J. Brody · 6 years ago
  94. d781ffd Replace shelljs calls with fs-extra & which (#21) by Darryl Pogue · 6 years ago
  95. 02784f1 added package-lock.json to .rateignore by Steve Gill · 6 years ago
  96. 7a4eeba CB-14112: Incremented package version to 2.3.0-dev by Darryl Pogue · 6 years ago
  97. e98283d CB-14112: Updated version and RELEASENOTES.md for release 2.2.2 by Darryl Pogue · 6 years ago 2.2.2
  98. ff3630f Use strip-bom to strip BOM by Raphael von der Grün · 6 years ago
  99. 23a9bef Simplify element removal in ConfigParser by Raphael von der Grün · 6 years ago
  100. 3e9a4ef Use .includes and .startsWith instead of .indexOf by Raphael von der Grün · 6 years ago