Skip to content

Latest commit

 

History

History
245 lines (99 loc) · 8.04 KB

CHANGELOG.md

File metadata and controls

245 lines (99 loc) · 8.04 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.2 (2021-06-15)

Bug Fixes

  • ApkParser: versionName special chars filter (de6db75), closes #61

1.1.1 (2021-06-11)

Bug Fixes

1.1.0 (2021-05-08)

Features

1.0.1-alpha.1 (2021-04-20)

1.0.1-alpha.0 (2021-04-20)

1.0.0 (2020-12-15)

Features

  • do not throw error when fail to parse icon (c7065e2)

BREAKING CHANGES

  • it will not throw error when fail to parse icon

0.3.13 (2020-11-04)

0.3.12 (2020-10-28)

0.3.11 (2020-07-31)

0.3.10 (2020-05-11)

0.3.9 (2020-02-25)

0.3.8 (2020-01-16)

Bug Fixes

  • $ipaParser: not a png while parsing some ipa (12bbab6), closes #36

0.3.7 (2020-01-06)

Bug Fixes

  • ApkParser: offset overflow while parsing some apk files (8a65ccd), closes #34

0.3.6 (2019-12-20)

Bug Fixes

  • IpaParser: parse error when provision is empty (d23fe8f), closes #30

0.3.5 (2019-09-27)

Bug Fixes

  • ipa.js: fix parseBplist is not a function (e9e0fbe), closes #25

0.3.4 (2019-09-25)

Bug Fixes

  • ipa.js: fix cannot resolve fs module while building in webpack (fdcaeeb), closes #23

0.3.3 (2019-06-03)

Bug Fixes

  • ApkParser: parse label error (a419515), closes #20

0.3.2 (2019-05-25)

Bug Fixes

  • out of memory while parsing some packages (da2a90f)

0.3.1 (2019-05-20)

Bug Fixes

0.3.0 (2019-05-19)

Features

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.7 (2019-05-17)

Bug Fixes

  • improve parse method (2aa6366)
  • some apk has no resources.asrc (4650503)
  • some apks has no application icon (697733a)

0.2.6 (2019-05-15)

Bug Fixes

  • add babel-plugin-transform-runtime (7325a77)
  • add null icon judgement (c38fda9)
  • change unzip version (81360ef)
  • set offset of resource.arsc (7894a50)

0.2.5 (2019-05-10)

Bug Fixes

  • webpack uglifyjs not support es7 (0a6c247), closes #15

0.2.5-beta (2019-05-10)

Bug Fixes

  • browser: unzip error can't be catched. (f05cc2b)

0.2.4 (2019-05-08)

Bug Fixes

  • support parse meta-data node of (1b53f8c)

0.2.3 (2019-04-09)

Bug Fixes

  • Uppercase file name parsing error. f5a8e96, closes #12

0.2.2 (2019-04-03)

Bug Fixes

  • remove useless log, improve basci use demo

0.2.1 (2019-03-23)

Bug Fixes

  • parse error while package's icon filename is unicode encode. (4e64f76), closes #10

0.2.0 (2019-02-22)

Features

  • optimize-error-catch. f3a735c, closes #6

0.1.1 (2019-02-18)

Features

  • ipa support parse mobileprovision 3bbad9d

0.1.0 (2019-01-31)

Bug Fixes

  • .npmignore 93d2396
  • ipa_buffer_type=60 get error parse result 5bd8c1a

Features

  • add badges. f0c3505
  • support to parse icon d6be7df