Skip to content

Releases: wkentdag/payload-plugin-scheduler

Release 0.1.3

27 Sep 01:53
Compare
Choose a tag to compare

Release 0.1.2

19 Sep 02:17
Compare
Choose a tag to compare
  • fix: update InputField query to handle globals (#12) (621008d)

Release 0.1.1

18 Sep 05:05
Compare
Choose a tag to compare

Release 0.1.0

18 Sep 04:56
Compare
Choose a tag to compare

Caution

I borked this release by publishing it on the feature branch instead of main. Use 0.1.1 instead.

Release 0.0.6

29 Jul 23:58
Compare
Choose a tag to compare
  • fix: increase test wait time (286e84e)
  • chore: update node engines (#8) (346099e)
  • chore: test peer hook failure, tweak logging (#7) (42a3de9)

Release 0.0.5

29 Jul 02:24
Compare
Choose a tag to compare
  • fix: check if schedule changed before re-scheduling (#6) (f289267)

Release 0.0.4

14 Jun 03:55
Compare
Choose a tag to compare
  • feat: add indexes to scheduled posts and publish_date (#5) (663aeb0)

NB run a migration after upgrading to actually build the indexes specified in the new config

Release 0.0.3

17 Apr 22:49
Compare
Choose a tag to compare

Release 0.0.2

17 Apr 22:31
Compare
Choose a tag to compare
  • fix: tmp skip mongo tests in prerelease (0536c69)
  • fix: package import caused incorrect build output (b4f0990)
  • fix: revert to npx for precommit hook (24eef5d)

Release 0.0.1

17 Apr 02:15
Compare
Choose a tag to compare
  • fix: prerelease script (3be7a14)
  • update readme (b59edaf)
  • feat: update default interval from 15 to 5 (6994b21)
  • feat: fix field label (8ff0bfc)
  • unskip test, fix precommit hook (8183af3)
  • reenable default access (4bcfc99)
  • lint (7be690b)
  • chore: add test:all runner for local dev (c4964b9)
  • fix tests (fb57fe4)
  • separate into base configs (1dfc9c5)
  • bugfix: specify test config via env var (dc1e52b)
  • chore: add commit hooks (85452ee)
  • chore: lint and format (2eeb515)
  • add back webpack config (7b49e25)
  • add mongo tests (772d5fc)
  • wait longer, use env var (a3fa01b)
  • dont skip (5a9380b)
  • fix interval (e931a28)
  • diff uri (f919f80)
  • pg use localhost (2620ac2)
  • testing (b3a7393)
  • fix: conditionally cast doc.id to number; fixes mongodb bug (c102994)
  • fix: delete schedules before post; fix delete query selectors (c00c6da)
  • fix: InputField type errors (619acdd)
  • fix: close db connection in test teardown (0487100)
  • chore: logging, speed up tests (aa79865)
  • bugfix: pg deadlock (01470f1)
  • more tests (443dd8c)
  • pg tests passing (3f34584)
  • component reorg (1f8824f)
  • feat: bound publish_date; display errors client-side (f7ed93a)
  • more css cleanup (89be528)
  • chore: tweak dev plugin props (5060aa7)
  • chore: rebuild src folder in dev (d8a99b2)
  • chore: css cleanup (16025de)
  • feat: add custom cell (72a5111)
  • feat: add custom InputField (36cd452)
  • feat: add scheduledPosts option to override default collection params (ad92938)
  • refactor: simplify hook (d2af251)
  • feat: rm schedules for deleted posts (18fdeb4)
  • fix: convert sync hook to afterCreate (dc078fc)
  • chore: debug util (cc2ace1)
  • port everything over, kinda working (847979b)
  • import template (ed32302)