From 4248978d322da3e19fc4cf129885914358c9ec52 Mon Sep 17 00:00:00 2001 From: Geoffrey Booth Date: Wed, 8 Feb 2017 19:35:36 -0800 Subject: [PATCH] =?UTF-8?q?Update=20re=20@connec=E2=80=99s=20notes;=20spli?= =?UTF-8?q?t=20classes=20section=20into=20two=20sections=20for=20classes?= =?UTF-8?q?=20and=20working=20with=20prototypes;=20make=20breaking=20chang?= =?UTF-8?q?es=20examples=20editable=20whenever=20possible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/v2/index.html | 182 +++++++++++++++--- ...ing_change_bound_generator_function.coffee | 2 + ...e_function_parameter_default_values.coffee | 3 + ...n-class_methods_refactor_with_apply.coffee | 4 + ...n-class_methods_refactor_with_class.coffee | 3 + ...reaking_change_super_with_arguments.coffee | 2 + ...king_change_super_without_arguments.coffee | 2 + documentation/sections/breaking_changes.md | 58 +++--- documentation/sections/classes.md | 8 +- documentation/sections/coffeescript_2.md | 2 +- .../sections/prototypal_inheritance.md | 7 + documentation/v2/body.html | 3 + documentation/v2/sidebar.html | 5 +- 13 files changed, 218 insertions(+), 63 deletions(-) create mode 100644 documentation/examples/breaking_change_bound_generator_function.coffee create mode 100644 documentation/examples/breaking_change_function_parameter_default_values.coffee create mode 100644 documentation/examples/breaking_change_super_in_non-class_methods_refactor_with_apply.coffee create mode 100644 documentation/examples/breaking_change_super_in_non-class_methods_refactor_with_class.coffee create mode 100644 documentation/examples/breaking_change_super_with_arguments.coffee create mode 100644 documentation/examples/breaking_change_super_without_arguments.coffee create mode 100644 documentation/sections/prototypal_inheritance.md diff --git a/docs/v2/index.html b/docs/v2/index.html index 1954868300..8487cec1e8 100644 --- a/docs/v2/index.html +++ b/docs/v2/index.html @@ -560,7 +560,10 @@ Existential Operator + +