Skip to content

Commit

Permalink
bump version to 1.0.18 with updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wildhart committed Dec 18, 2023
1 parent c2df2be commit 5a7a9b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,12 @@ The configuration object supports `date`, `in`, `on`, and `priority`, all of whi

## New Strongly Typed API

With version 1.0.17 we introduced a more convenient and strongly typed wrapper Class around our traditional API.
With version 1.0.18 we introduced a more convenient and strongly typed wrapper Class around our traditional API.
You can still use the old API, and even upgrade to this new version with no additional work, then you are free to gradually
update your code to the new API.

** Don't forget to copy our new `wildhart-jobs.d.ts` into your project's `@types` folder.

Benefits of the new API:
* All job parameters are strongly typed, so in code which schedules a job you will get IDE warnings if the types are incorrect.
* No more scheduling jobs by string name, so no risk of typos.
Expand Down Expand Up @@ -502,7 +504,7 @@ If any of these differences make this package unsuitable for you, please let me

## Version History

#### 1.0.17 (2023-08-19)
#### 1.0.18 (2023-08-19)
- Added new [strongly-typed API](#new-strongly-typed-api).

#### 1.0.16 (2021-11-04)
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'wildhart:jobs',
version: '1.0.17',
version: '1.0.18',
summary: 'Schedule jobs to run at a later time, including multi-server, super efficient',
git: 'https://github.com/wildhart/meteor.jobs',
documentation: 'README.md'
Expand Down

0 comments on commit 5a7a9b7

Please sign in to comment.