Ein Projekt das es ermöglicht Beerpong über das Internet von zwei unabhängigen positionen aus zu spielen. Entstehung im Rahmen einer Praktikumsaufgabe im Fach Interaktion.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 3.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. ## [**2.2.3**](https://github.com/hapijs/qs/issues?milestone=12&state=closed)
  2. - [**#37**](https://github.com/hapijs/qs/issues/37) parser discards first empty value in array
  3. - [**#36**](https://github.com/hapijs/qs/issues/36) Update to lab 4.x
  4. ## [**2.2.2**](https://github.com/hapijs/qs/issues?milestone=11&state=closed)
  5. - [**#33**](https://github.com/hapijs/qs/issues/33) Error when plain object in a value
  6. - [**#34**](https://github.com/hapijs/qs/issues/34) use Object.prototype.hasOwnProperty.call instead of obj.hasOwnProperty
  7. - [**#24**](https://github.com/hapijs/qs/issues/24) Changelog? Semver?
  8. ## [**2.2.1**](https://github.com/hapijs/qs/issues?milestone=10&state=closed)
  9. - [**#32**](https://github.com/hapijs/qs/issues/32) account for circular references properly, closes #31
  10. - [**#31**](https://github.com/hapijs/qs/issues/31) qs.parse stackoverflow on circular objects
  11. ## [**2.2.0**](https://github.com/hapijs/qs/issues?milestone=9&state=closed)
  12. - [**#26**](https://github.com/hapijs/qs/issues/26) Don't use Buffer global if it's not present
  13. - [**#30**](https://github.com/hapijs/qs/issues/30) Bug when merging non-object values into arrays
  14. - [**#29**](https://github.com/hapijs/qs/issues/29) Don't call Utils.clone at the top of Utils.merge
  15. - [**#23**](https://github.com/hapijs/qs/issues/23) Ability to not limit parameters?
  16. ## [**2.1.0**](https://github.com/hapijs/qs/issues?milestone=8&state=closed)
  17. - [**#22**](https://github.com/hapijs/qs/issues/22) Enable using a RegExp as delimiter
  18. ## [**2.0.0**](https://github.com/hapijs/qs/issues?milestone=7&state=closed)
  19. - [**#18**](https://github.com/hapijs/qs/issues/18) Why is there arrayLimit?
  20. - [**#20**](https://github.com/hapijs/qs/issues/20) Configurable parametersLimit
  21. - [**#21**](https://github.com/hapijs/qs/issues/21) make all limits optional, for #18, for #20
  22. ## [**1.2.2**](https://github.com/hapijs/qs/issues?milestone=6&state=closed)
  23. - [**#19**](https://github.com/hapijs/qs/issues/19) Don't overwrite null values
  24. ## [**1.2.1**](https://github.com/hapijs/qs/issues?milestone=5&state=closed)
  25. - [**#16**](https://github.com/hapijs/qs/issues/16) ignore non-string delimiters
  26. - [**#15**](https://github.com/hapijs/qs/issues/15) Close code block
  27. ## [**1.2.0**](https://github.com/hapijs/qs/issues?milestone=4&state=closed)
  28. - [**#12**](https://github.com/hapijs/qs/issues/12) Add optional delim argument
  29. - [**#13**](https://github.com/hapijs/qs/issues/13) fix #11: flattened keys in array are now correctly parsed
  30. ## [**1.1.0**](https://github.com/hapijs/qs/issues?milestone=3&state=closed)
  31. - [**#7**](https://github.com/hapijs/qs/issues/7) Empty values of a POST array disappear after being submitted
  32. - [**#9**](https://github.com/hapijs/qs/issues/9) Should not omit equals signs (=) when value is null
  33. - [**#6**](https://github.com/hapijs/qs/issues/6) Minor grammar fix in README
  34. ## [**1.0.2**](https://github.com/hapijs/qs/issues?milestone=2&state=closed)
  35. - [**#5**](https://github.com/hapijs/qs/issues/5) array holes incorrectly copied into object on large index