Releases: sil-org/pipedream-utils
Releases · sil-org/pipedream-utils
Update dependencies
Security
- Updated dependencies
Include types in exported files
Add `sqlString()` escaper, generate `.d.ts` files
What's Changed
- use typescript to generate .d.ts files by @hobbitronics in #21
- add sqlString to netsuite by @hobbitronics in #25
Full Changelog: 0.3.1...0.4.0
Log NetSuite response headers, updates deps, add test
What's Changed
- add test for netsuite.queryRecord by @hobbitronics in #20
- Bump minimatch from 3.1.2 to 3.1.5 by @dependabot[bot] in #22
- log the NetSuite response headers for troubleshooting by @briskt in #23
New Contributors
- @dependabot[bot] made their first contribution in #22
Full Changelog: 0.3.0...0.3.1
Change queryRecord: allow no-record result
What's Changed
- Explicitly direct npm regarding which files to publish by @forevermatt in #18
- Document how to use the
.envfile and run tests locally by @forevermatt in #15 - Mick change query record signature by @hobbitronics in #19
Full Changelog: 0.2.0...0.3.0
Namespace the functions, rename/add functions... multiple breaking changes ⚠️
What's Changed
- Namespace the functions by @forevermatt in #7
- Use a separate test file per utils file by @forevermatt in #8
- Refine PR template, adjust codeowners by @forevermatt in #9
- Refine tests by @forevermatt in #10
- Rename NetSuite functions by @forevermatt in #11
- Update version bump instruction in PR template by @briskt in #12
- add contributing section to readme and clarify install by @hobbitronics in #13
- unreleased changes had 2 version bumps by @hobbitronics in #14
- Enable querying for multiple records in NetSuite by @forevermatt in #16
- Fix version in usage example in readme by @forevermatt in #17
New Contributors
- @forevermatt made their first contribution in #7
- @briskt made their first contribution in #12
Full Changelog: 0.1.1...0.2.0
Fixed renameSftpFile throwing error instead of return signature
Add
- add some tests
- add checks action and add test step
Fixed
- return renameSftpFile signature consistently instead of throwing an error
Full Changelog: 0.1.0...0.1.1
Second release
Full Changelog: 0.0.1...0.1.0
First release
See README for usage