Skip to content

Latest commit

 

History

History
149 lines (61 loc) · 4.4 KB

CHANGELOG.md

File metadata and controls

149 lines (61 loc) · 4.4 KB

Change Log

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

[0.3.4]

  • Add process to parse compressed .app (iOS) file.

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