UNPKG

@carboncollins/mobileconfig

Version:

Create and sign iOS mobileconfig configuration files

67 lines (49 loc) 2.84 kB
# Change Log for @carboncollins/mobileconfig ## [v3.2.1](https://github.com/CarbonCollins/mobileconfig/releases/tag/v3.2.1) * fixed documentation api link being incorrect * added a changelog and backdated it (some may be incorrect by a commit or two...) ## [v3.2.0](https://github.com/CarbonCollins/mobileconfig/releases/tag/v3.2.0) * added AirPrint, APN, and AppLock payloads ## [v3.1.2](https://github.com/CarbonCollins/mobileconfig/releases/tag/v3.1.2) * fixed npm badge scoping issue in readme.md ## [v3.1.1](https://github.com/CarbonCollins/mobileconfig/releases/tag/v3.1.1) * Updated readme.md because it lacked documentation for previous payloads ## [v3.1.0](https://github.com/CarbonCollins/mobileconfig/releases/tag/v3.1.0) * Added ActiveDirectory and AirPlaySecurity payloads * added linting checks on code climate for mjs files ## [v3.0.6](https://github.com/CarbonCollins/mobileconfig/releases/tag/v3.0.6) * Dev tool fixes / configuration * updated readme with newer details ## [v3.0.5](https://github.com/CarbonCollins/mobileconfig/releases/tag/v3.0.5) * Removed stale code ## [v3.0.4](https://github.com/CarbonCollins/mobileconfig/releases/tag/v3.0.4) * updated documenbtation to include missing payload types ## [v3.0.3](https://github.com/CarbonCollins/mobileconfig/releases/tag/v3.0.3) * Added AirPlayPayload and docs (should ahve been a major update...) ## [v3.0.2](https://github.com/CarbonCollins/mobileconfig/releases/tag/v3.0.2) * updated incorrect documentation * added extendable profi8le class ## [v3.0.1](https://github.com/CarbonCollins/mobileconfig/releases/tag/v3.0.1) * Updated package.json meta data * Updated new package README.md to fit new ES6 layout * Added CalDEV Payload * Integreated dev tools into package ## [v3.0.0](https://github.com/CarbonCollins/mobileconfig/releases/tag/v3.0.0) * forked from [(andris9/mobileconfig)](https://github.com/andris9/mobileconfig) * converted andris9 package to use ES6 classes and modules * Added functionality to add multiple payloads to a single profile *Versions below here are from [(andris9/mobileconfig)](https://github.com/andris9/mobileconfig) git repository as it was forked at this time.* ## [v2.1.0](https://github.com/CarbonCollins/mobileconfig/releases/tag/v2.1.0) * added new method `getSignedConfig()` * updated README.md * updated tests to include caldev ## [v2.0.0](https://github.com/CarbonCollins/mobileconfig/releases/tag/v2.0.0) * typo fixes * merged pull requests ## [v1.0.2](https://github.com/CarbonCollins/mobileconfig/releases/tag/v1.0.2) * added CalDAV template ## [v1.0.1](https://github.com/CarbonCollins/mobileconfig/releases/tag/v1.0.1) * CardDAV template and signing methods * Optional callback for unsigned methods ## [v1.0.0](https://github.com/CarbonCollins/mobileconfig/releases/tag/v1.0.0) * Initial version