Skip to content

v0.16.0

Choose a tag to compare

@cmwylie19 cmwylie19 released this 16 Nov 16:01
· 1834 commits to main since this release
5db2a7f

New Features

  • feat: add flag to change directory of built artifacts by @cmwylie19 in #352
npx pepr build -o some_test_folder
  • feat: setItemAndWait transactional way to set an item in the store by @cmwylie19 in #365
.Mutate(pod => {
  pod.setLabel("pepr.dev","estaba aquí")
})
.Watch(async pod => {
  await setItemAndWait("latestTimeStamp",new Date().getTime().toString())
})
OnSchedule({
  every: 10,
  unit: "hours",
  run: async () => {
    await updateAWSToken()
  },
});

What's Changed

  • chore: bump the production-dependencies group with 1 update by @dependabot in #347
  • chore: bump the development-dependencies group with 1 update by @dependabot in #351
  • fix: include Ramda type data in prod deps for type-completion by @jeff-mccoy in #356
  • chore: bump the development-dependencies group with 1 update by @dependabot in #357
  • chore: bump actions/dependency-review-action from 3.1.0 to 3.1.1 by @dependabot in #360
  • chore: bump the production-dependencies group with 1 update by @dependabot in #361
  • chore: bump the development-dependencies group with 6 updates by @dependabot in #362
  • chore: bump actions/dependency-review-action from 3.1.1 to 3.1.2 by @dependabot in #363
  • chore: bump the development-dependencies group with 2 updates by @dependabot in #366
  • chore: bump actions/dependency-review-action from 3.1.2 to 3.1.3 by @dependabot in #370
  • chore: bump the development-dependencies group with 1 update by @dependabot in #371
  • chore: bump the production-dependencies group with 2 updates by @dependabot in #375
  • docs: best practices for watch, store, and onschedule by @cmwylie19 in #377

Full Changelog: v0.15.0...v0.16.0