Skip to content

Latest commit

 

History

History
120 lines (63 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

120 lines (63 loc) · 1.8 KB

Changelog

All notable changes to laravel-web-tinker will be documented in this file

1.7.6 - 2020-10-22

  • fix typo in config
  • bump lodash from 4.17.15 to 4.17.19
  • bump elliptic from 6.5.0 to 6.5.3
  • bump http-proxy from 1.17.0 to 1.18.1
  • bump node-sass from 4.12.0 to 4.14.1

1.7.5 - 2020-09-09

  • Support Laravel 8

1.7.4 - 2020-07-23

  • Fix execution (#62)

1.7.3 - 2020-05-07

  • fix infinite loop using custom execution closure class (#55)

1.7.2 - 2020-03-05

  • fix for running Laravel from subfolder (#53)

1.7.1 - 2020-03-04

  • fix install command in Laravel 7

1.7.0 - 2020-03-03

  • add support for Laravel 7

1.6.1 -2019-12-04

  • allow tinker v2

1.6.0 - 2019-10-16

  • added the StrartSession and EncryptsCookies middlewares to fix an authorisation bug

1.5.3 - 2019-10-12

  • fix for Windows

1.5.2 - 2019-10-05

  • remove custom Shell

1.5.1 - 2019-09-30

  • use a custom Shell to avoid \readline (#35)

1.5.0 - 2019-09-04

  • improve deps

1.4.5 - 2019-09-02

  • fix custom path in Vue

1.4.4 - 2019-08-31

  • add support for L6

1.4.3 - 2019-08-21

  • explicitly pass tinker path

1.4.2 - 2019-08-21

  • fix for "Writing to /var/www/.config/psysh is not allowed"

1.4.1 - 2019-07-23

  • fix datetime output modifier

1.4.0 - 2019-07-22

  • add output modifiers

1.3.3 - 2019-07-17

  • fix support for custom PsySH config

1.3.2 - 2019-05-23

  • fix auto theme

1.3.1 - 2019-04-13

  • clean input code of comments before sending to psysh to execute

1.3.0 - 2019-02-19

  • drop support for PHP 7.1, PHPUnit 7 and Laravel 5.7

1.2.2 - 2019-02-19

  • add support for Laravel 5.8

1.2.1 - 2019-02-16

  • fix 'echo'

1.2.0 - 2019-02-12

  • add draggable gutter
  • add autofocus

1.1.0 - 2019-02-10

  • add theme support

1.0.0 - 2019-02-08

  • initial release