Version: 1466794223483
Production around 7:37 PM, Jun 30, 2016
Based on 1466695738752
- Fix xhr.assertSuccess promise (#3737)
- Use getMode().test to indicate testing environment during test (#3699)
- add live-blog example (#3741)
- PWA: AmpDoc interface and service (#3729)
- PWA: Actually use new amp-shadow.js runtime (#3728)
- A2A navigation for ALP (#3711)
- Also type check code in ads/ directory. (#3733)
- feature(tooling): dump size.txt data into a parseable format (#3614)
- Replace the webui webserver in index.js with a standalone Go program (#3677)
Breakdown by component
ads
- Also type check code in ads/ directory.
amp-ad
- A2A navigation for ALP
amp-live-list
- add live-blog example
validator
-
Replace the webui webserver in index.js with a standalone Go program
and split out the Polymer depdendencies into a seperate package.json.
The purpose is to trim the validator/package.json so it works with
older NodeJS versions.- Add serve-standalone.go, which is a little webserver that does not
require AppEngine or anything else. This replaces the webserver
and webui command in index.js, and I'm deleting that part. - Move the dependencies that are necessary to build and run the webui
into validator/webui/package.json, a new package file. - Fix up build.py so the deployment keeps working.
- Update comments in README.md with instructions on how to run the
Go program.
- Add serve-standalone.go, which is a little webserver that does not