Skip to content

Releases: vkatsuba/epns

1.1.0

03 Feb 17:52
Compare
Choose a tag to compare

Version 1.1.0 - Feb 31, 2021

  • Fix: replace jiffy:encode/1 to jsx:encode/1
  • Add hex.pm link badge
  • Move epns_fcm.erl into epns.erl
  • Move epns_anps.erl into epns.erl
  • Remove non use function recv/2 for debug response from APNS
  • Refactoring of the code

1.0.0

31 Jan 14:34
Compare
Choose a tag to compare

Version 1.0.0 - Jan 31, 2021

  • Change epns architecture from application to library
  • Update README
  • Add License to modules
  • Refactoring of the code
  • Add rebar3_hex
  • Added semver
  • Update description into epns.app.src
  • Fix dialyzer
  • Fix xref
  • Replace jiffy to jsx
  • Remove lager
  • Remove Makefile
  • Add rebar3 to .gitignore

0.1.0

31 Jan 13:04
97524ad
Compare
Choose a tag to compare

Version 0.1.0 - Jan 31, 2021

  • Created base application
  • APNS push notification
  • FCM push notifications