Skip to content

Releases: adhocore/phalcon-ext

Version 0.1.0

03 Jan 14:37
Compare
Choose a tag to compare

Bug Fixes

  • Phpunit: Rm xml.syntaxCheck (Jitendra Adhikari) d68dec8

Miscellaneous

  • Composer: Bump adhocore/cli (Jitendra Adhikari) 0f3db27
  • Travis: Matrix (Jitendra Adhikari) 0119476
  • Composer: Bump deps, update test script (Jitendra Adhikari) 2b6278a
  • Deps: Bump cli (Jitendra Adhikari) e869af1
  • Deps: Update adhocore/cli requirement from ^0.6 to ^0.6 || ^0.7 (dependabot-preview[bot]) c046451
  • Bump adhocore/cli (Jitendra Adhikari) 526d385
  • Deps: Update adhocore/cli requirement from ^0.5 to ^0.5 || ^0.6 (dependabot-preview[bot]) 6bc5a4b
  • Deps: Use 1.0 and not both (Jitendra Adhikari) 198773d
  • Deps: Update adhocore/cron-expr requirement || ^1.0 (dependabot-preview[bot]) 9a42ef4
  • Deps: Update adhocore/jwt requirement from ^0.1 to ^0.1 || ^1.0 (dependabot-preview[bot]) c4c5e91

Documentations

  • Add credits, update license year (Jitendra Adhikari) a7ec15e

Version v0.0.10

23 Oct 12:51
Compare
Choose a tag to compare

Miscellaneous

  • Provide phpunit options (Jitendra Adhikari) b5bffaa

Version v0.0.9

22 Sep 14:05
Compare
Choose a tag to compare

Internal Refactors

  • Task.schedule: Simplify due tasks logic (Jitendra Adhikari) 58c31fd
  • Basemiddleware: Acess config using path() (Jitendra Adhikari) 260f705

Documentations

  • Fix snippets (Jitendra Adhikari) 72f6de5

Miscellaneous

  • Composer: Bump deps (Jitendra Adhikari) 89c6980

Version v0.0.8

02 Aug 13:29
Compare
Choose a tag to compare

chore(composer): bump adhocore/cli,jwt,cron-expr
test: twig string loader => array
test: fix console test buffer
refactor: we no longer need that
chore(composer): bump versions
docs(readme): addTask() is now command()
test: addTask() is now command()
refactor(cli.schedule): command sounds more semantic than task
refactor(example): command sounds more semantic than task
refactor(cli.ext): command sounds more semantic than task

Version 0.0.7

08 Jul 04:27
Compare
Choose a tag to compare

Minor

  • Add docs navigation/quick jump
  • Add mail attachment examples
  • Make bulk attachFiles() support aliases

Version 0.0.6

07 Jul 13:31
28fbfd0
Compare
Choose a tag to compare

All about cli and console

  • core feature
  • middleware
  • scheduler
  • examples
  • tests
  • docs

Version 0.0.5

24 Jun 00:49
6e3bc79
Compare
Choose a tag to compare
  • validation can now validate any object data
  • validation rules now support special abort modifier to abort/bail validations of subsequent fields if the first field with abort modifier is invalid
  • add a Validation\Rules helper

Version 0.0.4

23 Jun 11:29
Compare
Choose a tag to compare
  • api auth middleware with jwt
  • api authenticator interface with factory implementation
  • abort() in middleware can now output json content
  • di:resolve no longer throws for nullable sub class as dependency
  • gitignore more stuffs

Version 0.0.3

21 Jun 14:19
e863d76
Compare
Choose a tag to compare
  • updated docs
  • refactored middlware abort() &/or stop()
  • test coverage 100%

Version 0.0.2

19 Jun 14:16
0c3aa06
Compare
Choose a tag to compare
  • refactor middlewares
  • add middlewares manager
  • more tests