Skip to content

Releases: caioagiani/mobizon-node

v0.5.5

18 Jun 16:11
f695e59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.4...v0.5.5

v0.5.4

19 Mar 00:32
9563a21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

19 Mar 00:28
0110e90
Compare
Choose a tag to compare

What's Changed

  • feat(mobizon): add listPublicPrice method by @caioagiani in #70
  • chore(deps): update actions/checkout action to v3 by @renovate in #67
  • chore(deps): update actions/setup-node action to v3 by @renovate in #66
  • chore(deps): update dependency jest to v27.5.1 by @renovate in #63

Full Changelog: v0.4.3...v0.5.3

v0.4.3

26 Jan 16:13
1b4b790
Compare
Choose a tag to compare

feat(sms): add params to send SMS scheduled #51

  /** Enviar SMS agendado */
  const sendSmsScheduled = await mobizon.sendSms({
    recipient: process.env.NUMBER,
    from: '',
    text: 'SMS sent by Mobizon (scheduled).',
    params: {
      name: 'SMS Scheduled',
      deferredToTs: '2022-01-26 01:00:00',
    },
  });

  console.log(sendSmsScheduled);

v0.4.2

12 Sep 23:36
ef83522
Compare
Choose a tag to compare
chore(package): remove mobizon-node as dependent (#43)

v0.4.1

12 Sep 21:46
480e731
Compare
Choose a tag to compare
  • Add typings
  • Add method contactGroup
  • Update packages

v0.3.6

18 Jul 00:27
480e731
Compare
Choose a tag to compare
  • Adjust tests
  • Refactor methods
  • Update packages
  • Add comments

v0.3.1

22 Feb 01:50
Compare
Choose a tag to compare

27248e6 - fix build package.

v0.3.0

22 Feb 00:49
Compare
Choose a tag to compare

8f116d1 - upgrade version package es6 & fix request content type.

v0.2.3

17 Feb 01:00
Compare
Choose a tag to compare

98c730c - coverage on successful or erroneous tests requests.