Skip to content

Commit

Permalink
V2.2.0 (intacct#96)
Browse files Browse the repository at this point in the history
* fix: added TimesheetUpdate to the export list

* add order entry retrieve pdf api (intacct#72)

* Add Get User Effective Permissions, Update lookup function, Update NodeJS version to 14.19.1 and bump dependencies in package-lock. (intacct#87)

* Add Get User Effective Permissions func and test

* add docparid to lookup function

* Updating Node Engine Requirement to 14.19.1

* Bump async from 3.2.0 to 3.2.3 (intacct#89)

Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.3.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](caolan/async@v3.2.0...v3.2.3)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump minimist from 1.2.5 to 1.2.6 (intacct#88)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pathval from 1.1.0 to 1.1.1 (intacct#85)

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/chaijs/pathval/releases)
- [Changelog](https://github.com/chaijs/pathval/blob/master/CHANGELOG.md)
- [Commits](chaijs/pathval@v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: pathval
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump node-fetch from 2.6.1 to 3.1.1 (intacct#84)

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.1.1.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md)
- [Commits](node-fetch/node-fetch@v2.6.1...v3.1.1)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dylan Holt <[email protected]>

* Bump shelljs from 0.8.4 to 0.8.5 (intacct#82)

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases)
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](shelljs/shelljs@v0.8.4...v0.8.5)

---
updated-dependencies:
- dependency-name: shelljs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump path-parse from 1.0.6 to 1.0.7 (intacct#67)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump striptags from 3.1.1 to 3.2.0 (intacct#62)

Bumps [striptags](https://github.com/ericnorris/striptags) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/ericnorris/striptags/releases)
- [Commits](ericnorris/striptags@v3.1.1...v3.2.0)

---
updated-dependencies:
- dependency-name: striptags
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump lodash from 4.17.20 to 4.17.21 (intacct#60)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump handlebars from 4.7.6 to 4.7.7 (intacct#59)

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.7.6...v4.7.7)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Quick fix for setting fulfillmentStatus (intacct#78)

* Added ApPaymentUpdate, version update fixes

* Added classes and tests required for Bank Feeds (intacct#93)

* Add missing fields for Vendor/GLEntry (intacct#94)

* update messageFormatter, added online payments for AR (intacct#95)

* reverted MessageFormatter changes

* Fixed unit test issue

* bump version for release

* copyright year bump

* Implement ci via Github Actions (intacct#100)

* Create nodejs-ci.yml

* check errors

* Revert "check errors"

This reverts commit 99502ed.

* updated ci based on feedback

* Update nodejs-ci.yml

* removed cache from setup-node section

* test push flow

* Revert "test push flow"

This reverts commit a610672.

* Removed travis build status, bumped version

* Create npmPublish.yml (intacct#101)

Co-authored-by: Jack Woodward <[email protected]>
Co-authored-by: Greg Haislip <[email protected]>
Co-authored-by: Ryan Holderfield <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lee Richardson <[email protected]>
  • Loading branch information
6 people authored Sep 16, 2022
1 parent bdadac4 commit 589c1c2
Show file tree
Hide file tree
Showing 589 changed files with 2,381 additions and 1,037 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Intacct Node.js SDK CI

on:
push:
branches: [ "master" ]
pull_request:
workflow_dispatch:

jobs:
build_and_test:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]

name: Node.js v${{ matrix.node-version }}

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- run: npm ci

- run: npm run build --if-present

- run: npm test
18 changes: 18 additions & 0 deletions .github/workflows/npmPublish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Publish Package to npmjs
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '14.20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
11 changes: 0 additions & 11 deletions .travis.yml

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Sage Intacct SDK for JavaScript

[![Travis Build Status](https://travis-ci.com/Intacct/intacct-sdk-js.svg)](https://travis-ci.com/Intacct/intacct-sdk-js)
[![npm version](https://badge.fury.io/js/%40intacct%2Fintacct-sdk.svg)](https://badge.fury.io/js/%40intacct%2Fintacct-sdk)
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://www.npmjs.com/package/@sage-intact/intacct-sdk)

Expand All @@ -16,7 +15,7 @@
## System Requirements

* You must have an active Sage Intacct Web Services Developer license
* Node.js >= 12.18.1. The SDK is written in TypeScript and targets ES2015.
* Node.js >= 14.20.0. The SDK is written in TypeScript and targets ES2015.

[intacct]: http://www.intacct.com
[ia-developer]: https://developer.intacct.com/
Expand Down
Loading

0 comments on commit 589c1c2

Please sign in to comment.