dart-sdk/docs/newsletter
Florian Loitsch 1d9438ed0d Newsletter 2017-11-24.
Change-Id: Iea1fe57c076d978b6e9308b07d2479a856729ee9
Reviewed-on: https://dart-review.googlesource.com/23620
Reviewed-by: Florian Loitsch <floitsch@google.com>
2017-11-24 16:27:00 +00:00
..
20171103 Newsletter 2017-11-03. 2017-11-03 21:05:36 +00:00
lib Fix obsolete comment change in libs document. 2017-11-02 09:37:37 +00:00
20170728.md Add first newsletter. 2017-07-28 21:31:00 +02:00
20170804.md Newsletter 2017-08-04. 2017-08-04 19:06:10 +02:00
20170811.md Tiny nit to 20170811 newsletter (#30460) 2017-08-16 11:37:01 -07:00
20170818.md Newsletter 2017-08-18. 2017-08-18 18:25:48 +02:00
20170825.md Newsletter 2017-08-25. 2017-08-25 17:24:27 +02:00
20170901.md Remove spurious "function that takes" 2017-09-02 20:58:08 +02:00
20170908.md Newsletter 2017-09-08. 2017-09-08 19:34:22 +00:00
20170915.md Fix typos 2017-09-25 16:43:15 +00:00
20170922.md Fix typo in newsletter. 2017-09-25 08:19:43 +00:00
20170929.md Newsletter 2017-09-29. 2017-09-29 19:47:49 +00:00
20171006.md Fix typos in last newsletter. 2017-10-09 17:46:44 +00:00
20171013.md Fix typo in exponent representation example 2017-10-14 14:31:32 +00:00
20171020.md Newsletter 2017-10-20. 2017-10-20 22:59:55 +00:00
20171027.md Newsletter 2017-10-27. 2017-10-28 01:54:12 +00:00
20171103.md Newsletter 2017-11-03. 2017-11-03 21:05:36 +00:00
20171110.md Newsletter 2017-11-10. 2017-11-10 18:09:30 +00:00
20171124.md Newsletter 2017-11-24. 2017-11-24 16:27:00 +00:00
README.md Add a bit more info about the newsletters. 2017-11-17 23:41:15 +00:00

Dart Language and Library Newsletters

This directory contains newsletters about the Dart language and some of its core libraries. For more information about the newsletters, see this news post.

  • November 10, 2017
    • Did you know: Constructors (generative, factory, redirecting, ...)
    • Shorter final variables (:=)
  • November 3, 2017
    • Did you know: Chunked conversions
    • Optional positional and named parameters
  • October 27, 2017
  • October 20, 2017
  • October 13, 2017
    • Follow up: Evaluation order
    • Did you know: double.toString*
    • Why even simple language and library changes require so much thought, and why they often take so much time.
  • October 6, 2017
    • Did you know: Static initializers
    • Changing the evaluation order
  • September 29, 2017
    • Did you know: JSON encoding
    • Fixed-size integers
  • September 22, 2017
    • Did you know: Literal strings
    • Void as a type
  • September 15, 2017
    • Did you know: Labels
    • Making async functions start synchronously (instead of immediately returning)
  • September 8, 2017
    • Follow up: call
    • Fuzzy arrow
    • Enhanced type promotion
  • September 1, 2017
    • The case against call
    • Limitations on generic types
  • August 25, 2017
    • Separating mixins from normal classes
    • Corner cases:
      • Inference vs. manual types
      • Function types and covariant generics
  • August 18, 2017
    • Did you know: Trailing commas
    • Function type syntax: Options we considered
  • August 11, 2017
    • Follow ups
      • Void arrow functions
      • Deferred loading
    • Supporting const functions
    • Shadowing core libraries
  • August 4, 2017
    • Active development:
      • Better organization for docs
      • Void as a type
      • Updates to the core libraries
    • Deferred loading
  • July 28, 2017
    • Intro to the newsletters
    • 1.24 language changes: Function types, two void changes
    • The unified front end, and what that means for language changes
    • Active development:
      • Better organization for docs (focusing on docs/language, with docs/language/informal for specs that arent yet in the language spec)
      • Resolved part-of
      • Strong-mode clean zones
      • Void as a type
      • Enhanced type promotion
      • Updates to the core libraries